pm100

Results 74 comments of pm100

or use an on disk sqlite DB, I dont see that the in memory one helps, simply swapping one form of memory storage for another. On disk sqlite gives you...

I will make a on disk sqlite version for kicks, I know sqlite v well.

similar problem with old version of node-saas on windows, v5 asks for old version of node-gyp, that version doesnt work with vs2022, fixed by changing package.json to say node-saas:^7 (npm...

First of all can I just say its wonderful how responsive you are and what a great toolset you have Surprisingly the check box label is shown to the right...

I wonder if you could support this https://getbootstrap.com/docs/5.1/forms/input-group/ Since that explicitly places labels either left or right

I have investigated this and it depends on the console being used. Although I cannot reproduce your exact issue. Using 'old fashioned' windows console no event are generated for vertical...

@TPS I installed into edge from chrome store, but it doesnt work, could yo make it work?

there are two issues here. - there is a trivial bug to do with passing arguments in the wrong order. I can post a fix for that. Its a bug...

one way to fix would be - partition into neg and pos sub vectors - change signs of neg part - sort pos one way, neg the other way -...