Martin Tournoij
Martin Tournoij
Was Bitbucket issue 9: - Ik krijg cx_freeze niet meer aan de praat op een nieuwe VM - vage errors. - PyInstaller geprobeerd: ook vage errors Er zijn nu handmatige...
global.BigInt is never defined for me (Node v18.16), so it's never used. Use typeof(BigInt) === 'function' instead; that's what e.g. this polyfill uses: https://github.com/peterolson/BigInteger.js/blob/master/BigInteger.js Also always use BigInt, which seems...
Right now the only way to invoke this plugin is to use mappings (`gl` and `gL` by default). Because I don't align things very often, this is somewhat hard to...
All it has are links such as: https[:]//livingsimply.com/living-simply/stretching-studios-are-popping-up-everywhere-are-they-worth-it/ https[:]//livingsimply.com/living-simply/14-things-to-know-before-you-unplug-and-stop-using-tech/ etc. etc.
Right now all the godoc comments for references are added to the Kommentaar output. Sometimes it might be useful to have just some internal/private notes. I can't really think of...
Bit of a testbed for new features. It's kind of a mess, and could do with some cleaning.
syscall.Exec() will unapologetically replace/kill the current process. This is good in many cases, but in some cases you really want to run some code before it does so. In my...
A "keyset" is a set of keys for a cache, similar to how a slice is a "view" on an array. This allows reasonably convenient and efficient operations on multiple...
We could remove unused CSS selectors when embedding all the CSS, since we know both the full CSS and HTML. This should probably be a new option.