I want to create a class that includes two functions where one of them calls the other one, for example: class Parser: def foo(a): return a d
I'm trying to optimize my angular app and try to use ChangeDetectionStrategy.OnPush. I get a data from server in the services, and everything works when ChangeD
I love Vue in almost every aspect but this is logged whenever I start my Vue app: Download the Vue Devtools extension for a better development experience: http
I need to count the number of sales orders where the pallet quantity is greater than 21. The same sales order number can appear on multiple rows, and the pallet
The time interval of reqHistoricalData is incorrect, it cannot retrieve data for every 5 seconds "barSizeSetting='5 secs'" but when retrieve data with reqRealTi
I am building my very first react/next.js-page. Time is short and I would like to cut some corners if possible. You can find it on the master-branch of this rep
Is there any way to execute different functions in a beforeunload event listener, based on whether the user chooses to leave the page or not? window.addEventLis
I have two files: touch a.txt touch b.txt In bash I would like to list them each one in its own line. #!/bin/bash var=$(ls -1 *.txt) echo "$var" Because there