I add the GDPR Cookie Consent plugin in my WordPress application. When the use disables non necessary cookies, the Google Analytics should be blocked otherwise
Is it a good idea to set a js file(in util folder) which return a global object which will keep a list of different map of variables . So in the index.js I can
I have large CSV files that I want to parse and check values eg UUIDs, not nulls, lengths etc. I know there is some validation in some of the CSV parsers like f
I'm trying to create a REACT app and I keep getting the following error. I have reinstall node.js to the latest version. I can't find anything regarding this er
So I am creating a multiple line but multiple y-axis ticks are overlapping each other. So is there any stacked or different approach so can view all the ticks a
I have a heroku app set up and an iOS client. The iOS client should be sending a post request containing some string data and an image. On the server side, I wa
I have TP and SL based on ATR value at entry moment. I have pyramiding option turned on, but then, all open at specific time trades (that are in the same direct
I was trying to make this infinite generator in python: import math def all_primes(): count = 2 while True: flag = True for x in range(2