bakape

Results 98 comments of bakape

>And WASM is a highly experimental feature not even activated by default in *any* browser Except Chrome, Firefox and Edge. On Thu, 25 Jun 2020 at 03:59, GarfieldsPipe wrote: >...

>>Blinking inverse colors box like a terminal cursor would be cooler. Agreed and it would not require zero width char bullshit. On Fri, 7 Sep 2018, 09:44 チルノ, wrote: >...

Cache interface: ```go type Key interface {} // Serialized to JSON and gzipped, if retrieved with Cache.WriteTo() type Value interface { // Must be thread-safe UsedMemory() int } // All...

Not aware. I've only done Android Chrome debugging so grab https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging/Firefox_for_Android and get to it, if you consider this worthwhile.

I don't see this working better than storing configs in the DB.

Okay. Possible solution: Add boolean for ordering of "ago" and "in".

Client-side compression is not as required, because the netto payload will be only 2k UTF-8 characters max - almost always a lot less. - [ ] Reuses the `[]rune`s by...

Then again, little reason to remove existing working compression.

See https://github.com/bakape/thumbnailer/issues/40 On Fri, 9 Aug 2019, 08:20 the8472, wrote: > Currently SVG files are treated as text files. They should be treated as > images instead (thumbnails, hover, etc.)...