While running my react native app on android device using expo the api response are not coming which is done using fetch and POST method and getting this error:
I have a string with 2 phrases, separated by an upper case word in the same string: c="Text is here. TEST . More text here also" I want to separate both phrase
I am store some tags as a jsonb datatype in PostgreSQL 13, this is the table DDL: -- Drop table -- DROP TABLE public.test; CREATE TABLE public.test ( id i
I wondered if someone could cast their eyes over this code I am trying to write and having some issues, I have probably made a mistake somewhere but cannot seem
I have a python script that calls chrome via selenium with the next line. ff = webdriver.Chrome('/home/user01/webScraping/CollectAndGo/chromedriver') The py
please i need help in reading from an env.json file. Anytime i run my code i always get this error Error reading config file, Config File "env" Not Found in "[
I am using firebase functions and I am trying to find out if my users are subscribed to my app by using a firebase function. I wonder how the authentication sho
Is it possible to combine Arrangement.spacedBy(16.dp) and Arrangement.Center in a Row.horizontalArrangement? What I would like to do is to center the content ho
Please, can someone answer there is a possibility of automatic ddl code transformation from DB2 to Snowflake (types and relationships matching, etc)?