Delton Ding

Results 10 comments of Delton Ding

Good to hear the implementation of non-blocking fibers of puma. For benchmarking, I've just updated the `evt` library for fixing some issues for the implementation. https://github.com/dsh0416/evt/commit/6de1d0e6c657998c90e7f69bc1d50619601b9176

ISO-8859-1 specification supports UTF-8 encoding by using the byte-mode. The [qrcode.js](https://github.com/davidshimjs/qrcodejs/blob/master/qrcode.js) project supports UTF-8 mode. I would take some time on making it work in this library.

@skryukov @BrandonShar Brilliant idea. But it seems that if you try to use `json.partial!` inside your templates, it might raise double rendering errors. The following code works, but really weird....

By randomly comment out some of the properties make the fetching process works. ~~It might be caused by an incorrect `Message.parse` process in `miioprotocol.py`.~~

> By randomly comment out some of the properties make the fetching process works. It might be caused by an incorrect `Message.parse` process in `miioprotocol.py`. Problem confirmed. It looks like...

I don't think I would be able to fix the readthedocs CI properly, so that this commit is now ready for review.

reverted. Thank you for reviewing, and I may move the comments changes to a further PR. @rytilahti

It not only happens in the tests, I have encountered into this problem in almost 100% reproduction rate. In my scenario, I have a service of `bin/vite dev` for producing...

probably linked with https://github.com/socketry/falcon/issues/254

I tried to reproduce it with sinatra + lots of static files but failed. My use case combines rails + inertia + vite_ruby + vue.js and lots of js libraries,...