I have a problem in my Android app: lately, when I switch between fragments, their layout shows as XML before children views are shown correctly. For example, i
const [TIME, setData] = useState([]); useEffect(() => { axios.get(`${API_ENDPOINT}/api/getPlayersStats`, { headers: {
I have tried to implement rate limiter on server.js but it gives this error below making the website crash. Did I implement the rate limiter wrongly? I have tri
Most of the time the messages are passed normally, but a couple messages in particular arent recieved until the recieving client sends a message. This happens e
I have a table with the following data, I want to remove rows where the country value is ['US','EU','pl','nl','es'] #standardSQL with table as ( select 'DE' c
I'm trying to interface BHI160b with raspberry pi over I2C and I can't find any guides or examples of people doing that. Bosch's site has a generic driver code
At this time my playbook looks like this: - role: co_java vars: co_java_version: jdk1.6.0_45 - role: co_java vars: co_java_v
I want to solve the following problem using one query for example Questions Table id | question | correct_answer | point 1 | "what ..?"| 'test' |