lonix1

Results 437 comments of lonix1

We've run into one of the two "hard problems" of programming: naming things. :smile: The reason this is so hard is these proposed names are not natural fits for the...

Also a good point. In my experience, sometimes, when the problem seems too complicated the best option is to do nothing. Often it's a problem that doesn't require solving. My...

Create a `globals.d.ts` file with this: `import "jest-extended";`

@rishabh09 I can't remember, but I think so. Try it, it's quick to do.

It does fit, and I use it without problems. But... it's a long way of doing something very simple. In a dockerised environment which is managed by a config management...

This feature would be awesome. I'm amazed at how much background tabs slow down my computer. I'd like to suspend javascript for all background tabs.

I'm using the "incubator" version of `ParseProject`; thanks to @gep13 for pointing me in the right direction. Some feedback: 1. It supports this traditional style: ````xml ```` But not this...

Sorry gep13! There are so many repos I was not sure what goes where. I'll recreate the issue over there.

@codemonkey85 So MAUI Blazor is like phonegap/cordova, whereas MBB (this repo) is properly native? If this repo is still experimental, is MAUI Blazor also? Or will it be released next...