I am trying to use a presence channel to see users come and go. With this purpose, as documentation recommends, I wrote this code. And I receive this. But h
I have a counter, that I want to accumulate some numbers by adding to it. On each update it resets to 0. I wanted to separate these updates into separate create
First of all, I'm developing in ECC with ABAP 7.50 and Oracle DB. I have a BRF+ rule that for a given postal code returns me a specific contractor ID. There a
I am working on project Vue.js add vutify. I have created a component with cards that include the image. Around images, I should to created dots with CSS I shou
I'm currently trying to develop an application to use ms-graph API using python. I'm trying to use SSO authentication but I cant find any resources or documenta
I am trying to fit my model on X_train and y_train as below: model = Sequential() model.add(LSTM(256, input_shape=(n_timesteps,n_features),recurrent_activation=
I am trying to develop an Alexa Skill with ASK node.js SDK. I am trying to build a game where the Alexa and the user take turns counting (not a great game, but