I'm building a web application that includes Zoom SDK for web, after create and join a meeting I get this error and my browser show black screen: I've found th
I would like to change this: library(neuralnet) nn1 <- neuralnet(Species == "setosa" ~ Petal.Length + Petal.Width, iris, linear.output = FALSE) nn1 <- neu
I'm trying to get my local Windows 10 PC up and running with my Django application. I'm a novice at Python and Django. My app was written by another developer w
I'm using this code with vb.net and I'm successfully connecting to the database. However when I try the same code in Excel I'm getting error "run time error 37
I wonder whether this plugin could fit our purpose : we would like to make sure that our participants spend at least 3 hours on their course otherwise their CPD
I am using react navigation drawer v6 with custom header when click on hamburger menu it show drawer its work fine but when I navigate from drawer it change scr
I have programmed an application that users can use to process genome data. This application relies on a 10GB database file, that users have to download in orde
I have created an event through the Discord JS Library, and would like to add a user option to add a cover image. The code below is working fine, but the image
For Larvel Vapor we can define multiple queues Exmaple form official docs: id: 2 name: vapor-laravel-app environments: production: queues:
I am trying to get remoteconfig working, following this guide: https://pypi.org/project/remoteconfig/ As a control, I have this code that works: config.read('./
I have a really large dataset with a column showing (date and time), X-coordinates the object, Y-coordinates the object, Z-coordinates the object, and speed the
I would like to add an opacity slider to a leaflet map generated in r. It should change the opacity of the uppermost visible or all visible layers (either of th
def add_alpha(tuple_in): list_out = [] for t in tuple_in: t.append(10) a = ([1,1], [2,2], [3,3]) b = a print(id(a), id(b)) add_alpha(a)
The WWDC21 talk below shows how to "Enhance your app with Metal ray tracing". How can I add Metal ray tracing to a SceneKit or RealityKit app? Any basic example
I'm trying to find a way to search a JSON object and get a particular key but search on another key. Here is an example schema: CREATE TABLE `fields` ( `id`
I have a main array of options and inside it there are array of values, I am using vanilla js and want to map around the first array (options) and then inside t
My jquery audio script perfecly play audio, but some iphone device has no audio playing, can anyone tell me the problem, <script src="https://cdnjs.cloudfla
Question Suppose one has 3 random coordinates with 3 random functions that describe the continuous lines between them*, how would one create a vector plot in Py
I am using an orange pi to connect to BLE devices, and I would like to use the on board ble interface, I am using OPI3 LTS OS: Orange Pi Focal with Linux 5.10.7
I have an JSON Object received from an api call and the Object will have multiple values but all of type string. How to I write an Interface for such an Object
As I'm trying to get into animation using a mousemove event I encountered a problem on how to get the specific number with a limit in both left and right direct
I am very new to Flutter/Dart, so please forgive my ignorance and please explain everything to me like I am a five year old. I have a screen on my app where I w
I receive different date patterns in APIs. Is there any way to identify the date pattern of the string received in an API so that I can format them without thro
How can I create a file that only my application can modify? I need it because I have an app that creates a .txt file where user information is stored and I don
I'm new to Java. I want to know why Java doesn't give an error and lets the compiler compile it when I write as class class-name without publi
I'm trying to see if each key/value pair of a dictionary match, with the resulting output being True or False. I thought the below code would return True becaus
Now I'm try use vite to create a vue app. But have trouble to global import a stylus file in vite.config.js. I try the code from vite docs. export default defin
I'm sending automated emails from my account to my account, I'm using Integromat (now Make) and I've done all the necessary stuff in the Google Cloud Platform (
When I create a new rails application I'm seeing a warning in git about LF replacement. I do git init git add . and then boom! I see