does anyone know how to bind input values like this? https://svelte.dev/repl/e23a13dcb2db453f9ced326842108944?version=3.47.0 the questions are dynamic and being
When I run the app in debug mode it works fine but after generate signed bundle/ APK release, The app crashed when start up app. And I tried t
I am writing a web scraper and am struggling to get the href link from a web page. The URL is https://fortune.com/100-fastest-growing-companies/2021/search/. I
Here's my code: #include <fstream> #include <iostream> #include <string> using namespace std; string substring(string a, int b, int c) {
I created the below script to delete the Specified Members from Administrators Group but it crashes when it can't find the member. Specificaly it shows my code
I am using ggplot and gridExtra to make two plots side by side with different data, and I'm observing an unexpected behavior when using vector
I have 2 tables in my schema: 1 - covid_data (relevant columns: country, year, week, cases). Data example: +-------+------+-----+-------+ |country| year | week|