L. Kärkkäinen

Results 252 comments of L. Kärkkäinen

@MaySoMusician https://drop.zi.fi/$/oJ3P2K.mov The first dialog gets closed automatically but after (as soon as the page is scrolled) another one appears that needs to be closed manually. For some reason the...

@leonardohn @gitthangbaby If you are still interested, I got it working on initramfs via normal EFI system partition: no PBA/ShadowMBR, **no extra reboot after unlocking**, and even Secure Boot all...

@gitthangbaby Well, technically all data is always encrypted, but yes, anything not included in your enabled LockingRanges can stays unlocked after power loss. Do note that setupLockingRange may destroy data,...

Turning Builder itself into a tree would turn html5tagger into a DOM, which is contrary to its core design principle: being based on HTML5 rather than XHTML it doesn't need...

Looks good. Neat how compact & fast implementation you got for this. Remaining considerations: should we catch/handle if the same attributes are defined as kwargs too (I believe now you...

Needs README update I guess, but is there anything else stopping this from merging?

Always converting underscores to hyphens seems the most reasonable, although noting that this cannot be done with `url_for` without breaking compatibility. It's been long proposed to introduce another method of...

As the author of the original PR, I see most of the comments are about socket creation. It was carefully crafted precisely for zero downtime restarts, and considering Windows has...

Sanic itself doesn't use threads and thus I'd assume it to not be affected, except that as GIL-free it would run slower. However, aiofiles, asyncio/uvloop and other possibly things internally...

Should be an automatically added for all `text/*` types, not something that developers have to specify. We take it for granted that the whole world is UTF-8 already. Except for...