~recent-questions-st | Bookmarks (1351)
-
Sdk 34 - Foregroud Service onBoot with microphone - Authorization Error
I'm facing on an error, I successfully develop a Receiver that is started onBoot, but I...
-
Linux using Watchdog to monitor a folder, do not detect file event
I'm using Watchdog for monitoring a specific folder, if there was a .txt file created, need...
-
How to count model objects in pytest-django?
While I'm perfectly able to get the objects count in python manage.py shell, somehow the test...
-
Why in my code i always get User 'bb0d9bead54859' has exceeded the 'max_user_connections' resource (current value: 20)
i just deployed an app on heroku and i have errors with my code and my...
-
MathML in KaTeX Output
I noticed that my KaTeX pipeline inserts MathML elements into the document, which don't seem to...
-
Thread starvation on export() in JasperReportBuilder
I get the error message "Thread starvation or clock leap detected" on the export method in...
-
How can I optimize the performance of a static site while minimizing the impact of third-party scripts?
How can I optimize the performance of a static site while minimizing the impact of third-party...
-
How to check if a result is a document?
I am using JavaScript that makes a call to a server (Java) to get documents. It...
-
ScrollView can not scroll in ConstraintLayout
A child ScrollView is under a parent ConstraintLayout. It can not scroll. My UI xml <androidx.constraintlayout.widget.ConstraintLayout...
-
Why does the conversion from rotation matrix to quaternion and vice-versa does not work for some matrices?
I am struggling with the conversion between some rotation matrices and vice-versa in Python and I...
-
How do I fix this issue
I am currently practising selenium with java using Page object model and cucumber for my cucumber...
-
how to write web automation test with appium in flutter project?
this is my JavaScript code. I want run it in web with Appium. What should I...
-
How to provide input to an OPL model in CPLEX using Python and then print the solution of the OPL model in Python
We have five scenarios, each with a different set of damaged nodes. We want to input...
-
Amadeus flight-dates Inernal Error: status 500 error 38189 on Python
I'm trying to get flight offers using cheapest_data = requests.get(url=self.BASE_URL, headers=token, json=self.parameters) and I'm getting back...
-
C++ std::string questionable usage
I am new to C++. In order to solve an online puzzle, I needed to extract...
-
Firebase in Flutter: Badge count not updating when app is in background or closed
`I am developing a Flutter app where I am using Firebase Cloud Messaging (FCM) to receive...
-
How to Optimize Font Awesome Icon: White Background, Black Border in Angular?
In an Angular project, I absolutely need to use icons from Font Awesome 5. The color...
-
Convert Datetime to another culture in sql & c#
I used this code to convert date to "Arabic" culture but the result is wrong date....
-
Has anyone seen the ado.net NumberOfActiveConnections performance counter jump from 1 to extreme number in seconds?
Has anyone seen the ado.net NumberOfActiveConnections performance counter jump from 1 to extreme number in seconds...
-
I'm using Firebase for authentication in my application and I need to restrict each user to being logged in on a max of two browsers at any given time
'use client'; import React, { useContext, createContext, useState, useEffect } from 'react'; import { setPersistence, signInWithEmailAndPassword,...
-
Programmatically applied constraints are not working in ViewController
As I'm integrating a native iOS screen in a Flutter plugin I have to set constraints...
-
How to synchronize specific schemas and data between Azure PostgreSQL Flexible Server (production) and Single Server (test) on a monthly basis?
Hi Stack Overflow community, I have two PostgreSQL databases in Azure: Production DB: Hosted on Azure...
-
Music player via ESP32
I have a music player via an ESP32 and an SD card module Structure: SD card...
-
Amadeus City Search API Error: Status: 500, code 38189
I am trying to fetch IATA codes from the Amadeus API and fill my Google Sheets'...