Timothy Guan-tin Chien
Timothy Guan-tin Chien
Fix the wrong version mentioned on the title ... >_<
So people in the office said I should compile my own `rr` from source, rather than downloading the release deb package. We probably need a warning on the website on...
> Does anyone have any suggestions on how to implement this feature? If we make a start on how to implement, then it should be more like that it gets...
> You probably don't need a config Just to clarify, `proxyHost` is still needed, otherwise socket.io will be blocked by CSP. You just don't need a **new** config.
Hi, please address my review comments and request for re-review.
You can compile em-dosbox with `--shell-file` argument. See `emcc --help` for descriptions. However, I don't know what @dreamlayers's opinion on replacing the default shell in this project.
您好, 您列出的網站就已經提供線上粵語輸入法了喔,不知道這邊還能幫上什麼忙? 如果是需要在同一個頁面上切換與使用多個輸入法,可以計畫但是不是此專案的計畫範圍。
Thanks for the comment! Having a UnionFS-like file system for Emscripten is indeed the proper upstream fix to our problem here, for the sake of reusability etc. I will look...
So here is my take: https://github.com/timdream/emscripten/compare/kripken:incoming...timdream:save-to-idb?expand=1 This branch contains one commit with a few files changes to Emscripten that - Start the root filesystem with `IDBFS` instead of `MEMFS`. -...
Just added a commit with switches. `em-dosbox` should use the following to turn on these options: ``` diff diff --git a/configure.ac b/configure.ac index 74b04f6..3f2114e 100644 --- a/configure.ac +++ b/configure.ac @@...