We all know arrays in Bash are indexed from zero, and in zsh are indexed from one. How can the script know it should use 0 or 1 if I can't ensure the running en
Recently I had confusion with understanding concepts: multithreading, concurrency, and parallelism. In order to reduce confusion, I've tried to organize my unde
I am trying to receive an array from useState when I click the first time on submit ,the usestate return an empty array and this make a probl
We are using spring-boot 2.1.5 and currently mongo db version 4.0. spring boot comes with spring-boot-starter-data-mongodb that comes with mongo driver 3.8.2. A
I am working with car plate data from my country and I need to check if there is a plate misspelled. The current and correct form is with three letters and thre
trying to send a post request (works fine in postman) but keep getting 401 Unauthorised exception in C#. Here is my code: var httpClient = new HttpClient(); va
I'm using UNNotificationExtension and after using it the remote call function is never called. I'm trying to get the data whenever notification is tapped. @avai
Going through the Queries and Data Model section of Time to Awesome (therefore you can tell I'm just getting started with InfluxDB), I've noticed a seemingly st