I'm trying to upsert (insert or update) about 500 rows in one query. I started with a REPLACE INTO query which works fine: function getSQLRows(withPrimaryKey) {
I'm trying to implement a service worker, but fail to make it execute the service worker code work if it is transpiled for Typescript with Webpack + Bable. Regi
I need to calculate the rolling 14 day average for a large data set. The data set is private, although I can share a small snippet. The data set comes from an i
I have looked around a bit for a solution to this problem. All of them suggest adding "jsx": "react" to your tsconfig.json file. Which I have done. Another one
I create a new heroku app using heroku create test-app3. Now if I want to push some code to this new test-app3, how do I do that? When I type heroku list in t
I am debugging one memory issue it has some relation with the std::list::erase method. While reading the documentation for std::list::erase, I saw this statem
I try to understand how to init data from async API call and display child component. I use computed properties to share data between parent & child Compone
For table t: mysql> show create table t\G *************************** 1. row *************************** Table: t Create Table: CREATE TABLE `t` ( `
I'm a huge begginer in programming and I want help about coding mobile stuff. Actually, I want to create a QR code which allows to add an icon linked to a web a