I have an Expo project with AWS Amplify. I'm currently using EAS from Expo to deploy on mobile. Pretty often I run on this error: ❌ Metro encountered an
Before Android Q all you had to do is use the NetworkUtils class. But this class was deprecated in API 29. I've been searching for an alternative, and I couldn'
compose.yml file, which looks like this: version: '2' services: discovery-microservice: build: discovery-microservice context: /discovery-microserv
Normally validation of simple email is: /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/ This will validate email like [email protected] But how to
I am building web service with spring and come across with following problem. There is a post service as follow. @RequestMapping(value = "/postSomething",
I have an issue with this code. I can compile it when I use Visual Studio 2017 (v141) platform toolset. However, when I switch to Visual Studio 2015 (v140), I h
I’ve been trying to create a cool auto clicker as a little project. How exactly can I create something that will tell me what my mouse coordinates are whe
I'm trying to write a query in CosmosDB using SQL for the following scenario. Let say I have a collection with items as follows { "resource": "abc", "regi
I am using pyspark, and I want to save a dataframe divided into 1000 parts by one of the columns. The dataframe I want to save: df = spark.sql("SELECT * FROM ta