python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to create an Authentication middleware for a Flutter app?
This is my home.dart code and I want to write an Authentication Middleware for my app. At the moment my main.dart code looks like this:
void main() {
Get.put(MenuController());
Get.put(NavigationC...

user11874694
Votes: 0
Answers: 2
QMediaDevices::videoInputs() does not list OBS virtual camera as avaliable on Windows
I'm writing an application that takes in input from webcams and does some image processing on it. Currently I use Qt for the video capturing and display. I get the list of available cameras using QMed...
Mary Chang
Votes: 0
Answers: 1
Pynput trigger physical button press. Hotkey pressing not working
The code is working fine the hotkey for the function is recognized and the buttons are being pressed.
An OBS function is triggered by the HotKey in hotkey_e().
When I press it physicaly it works. But ...
Toms
Votes: 0
Answers: 1
How to make a function return observable in Flutter using GetX?
I am trying to convert a code uses stateful widget and provider package to a code with using staless widget and GetX package, but I don't know what can I do for the following getter function?
bool g...

user11874694
Votes: 0
Answers: 2