I have been in tech since MS-DOS 1.0, so it's not that i don't understand Windows to a degree, but *NIX is just so much better. I just wanted to create a simpl
I'm using lit with typescript and lit-translate for my webcomponents' s internationalization. In the documentation we recommend to use intl-messageformat for pl
I'm trying to import some services using barrels and tsconfigs paths options but I can't get angular and vscode to get along. If it works for one it doesn't fo
I am running an Extract Transform Load job, triggered every minute, that inserts or updates a few rows (1k) in a table T. Table T has 4.5 million rows. A second
MLR3 model includes a lot of redundant data not needed when applying the model. The traditional R approach is to save all the data used for model training. It l
I have a large JSON file. My goal is to minify in using Python. The JSON file contains Arabic and Bengali Characters. My problem is when I try to minify is I am
I have an Image on a Canvas that is on a Boarder. I want to draw a circle at specific location on the image. I am able to get this to work when I have the Imag
What would be the best way to connect to a SQL server without storing sensitive login information client-side? Perhaps: CppClient->HTTP+PHP->SQL? Any be
I have a List builder with is creates cards with content. In this card i have a button and Text widget. Basically, i want to update Text widget when i press the
Is there a marco or template can implement like enum class Field { MY_MACRO_ADD(name,std::string) MY_MACRO_ADD(age,int) will generate enum class Field