Using React Image Picker i am facing this error: TypeError: undefined is not an object (evaluating '_reactNativeImagePicker.default.showImagePicker') This is wh
This should be quite straightforward but can't get it to work... I have a web SDK implementation of Branch.io, like in https://help.branch.io/developers-hub/doc
I have problems streaming my webcam picture (without sound) to a html page. I'm using the latest (v2.0.2 vlc for windows) for streaming, here's the command line
from azure.core.settings import settings from azure.core.tracing.ext.opentelemetry_span import OpenTelemetrySpan settings.tracing_implementation = OpenTelemetry
today I'm trying to pass object with some members via a WCF endpoint I've got two classes : Person class: {...} [DataContract] public class Person { [DataM
I am hacking a little project using iOS 10 built-in speech recognition. I have working results using device's microphone, my speech is recognized very accuratel
In Python Flask I'm sending a POST request with some network tasks. All works fine, but the Flask website stalls (freezes) as long as the task is working on it.
You have two classes A and B: public class Main { public static void main(String[] args) { // write your code here B objB = new B();
I want to send 10 requests that are independent, one after the other in sequence. and want to get all the results in an array. I have tried forkJoin but it hit