Peter Cai
Peter Cai
Why not release Mi1's kernel source?
Did you add `--login=True` to command line? Butterfly will switch to user `daemon` for authentication if login=True. I can't login as root w/o password with login=True. Anyway, after #133 gets...
Sorry I wasn't able to test it on Edge because I do not have a installation of Microsoft Windows here. However, I can confirm that I tested it on Chrome...
Do this happen only when IME is active? Or is it happening regardless of the IME status?
It's because of `white-space: nowrap` attribute of the hidden textarea. [stackoverflow](https://stackoverflow.com/questions/21962191/prevent-converting-spaces-to-non-breaking-spaces-in-nowrap-textarea) says maybe we need `wrap="off"`
Since I do not have any macOS device to test this, I think I'm going to leave for anybody who could do a test... Although it might be as simple...
Then we will have to fire up multiple `websocket` servers... which is impractical if the server stands behind a reverse proxy.
Sorry I misunderstood your issue. However, currently Butterfly will fire up separate `su` processes for each client session. Do you mean Butterfly should fork itself instead of simply firing up...
FYI: This error is NOT harmless -- `send` will close the stream when this error happens. It does not manifest for most users because there is a reverse proxy either...
Note: this currently does make the image size overflow -- if anyone can give some suggestion on what to do to shrink the size, I'm all ears. My suggestion would...