I have an API that includes a useful description of what went wrong when an error is raised by the server (status = 500). The description comes as part of the r
I have a recycleview that contains BoxLayouts with two buttons, that share a group for each BoxLayout. I would like the buttons to function as the up and down
Using RPi, I am sending and receiving data to and from ESP32 at the same time. I have two .py scripts and two linux services. Before I created the services the
I'm trying to make bigger radio buttons, without any luck. It's a custom WP plugin and the owner doesn't support users for these kind of questions. I tried to f
I'm write code for JSON parsing, but JSON data is not retrieved. What would be the issue? Below is the Data object class data class UsersItem( val avatar_ur
Here is an example of the problem I am having: #include <stdio.h> #include <iostream> template<std::size_t U, std::size_t V> void func2(int (
I'm new to StackOverflow and was hoping to clear a doubt I have with regards to Jasmine testing for the following: I have a JavaScript function called guessTheN