Ryo Ota

Results 249 comments of Ryo Ota

@kaihendry Have you tried this?

@kaihendry ping?? I'd like to close the issue when you solved this.

@foxbenjaminfox Thanks. I understood the plan now. I'll use the decorator package first.

I finally made it, ~~but it has a problem~~ ! I specified `uartN: true` bellow, then we can read/write `/dev/ttyS1` and`/dev/ttyS2` in guest OS. ```js var emulator = new V86Starter({...

@drzraf Thant's right! I also want the feature of stream encryption & upload. ## Why? Here is why Piping UI doesn't support chunked upload for now. The reason is a...

@drzraf Thank you so much for the information. I heard tus before. Resumable is very attractive. The purpose of Piping UI is to transfer data for every device in secure...

Good news! Google Chrome Canary has now an experimental `FetchUploadStreaming` flag to upload arbitrary ReadableStream. https://github.com/chromium/chromium/commit/4c75c0c9f730589ad8d6c33af919d6b105be1462#diff-0f684d35848d8674d6bd9c5673588856 ```bash /Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --enable-features=FetchUploadStreaming ``` Note that even if you run...