Linda_pp

Results 489 comments of Linda_pp
trafficstars

This issue is stuck because of #1667

The diff may look a bit complicated, but actually this PR simply moves the `if` clause for rendering window into the `if` clause for rendering background so that the window...

Regarding to Safari issue, warning that running dependencies is taking time is output repeatedly at several seconds interval on starting Vim. Safari continues to allocate memory and finally macOS crashes...

@kripken Thanks for the comment. > About Safari, I think a build of this is enough for a bug report for WebKit. It sounds like their JIT is hitting a...

Actually not active. This PR is for experiment and not meant to be merged eventually. The second point of 'Current Issues' in description is hard in terms of maintenance.

Let me confirm pre-condition. Did you enable `javascript.options.shared_memory` feature flag? By default Firefox does not enable it due to security reason as I described in README.md. https://github.com/rhysd/vim.wasm#try-it-with-your-browser

Thanks for the confirmation. Currently I have few resource for new project, but I'll try this (hopefully) on this weekend.

Thank you for reporting this. `SharedArrayBuffer` and atomics are mandatory for this project. I've not looked into this yet, but we'd need to use ServiceWorker to address this on GitHub...

Yes, setting the headers in server side is the easiest way. But https://rhysd.github.io/vim.wasm is hosted on GitHub Pages and it does not provide a way to customize headers.

It would not work on other browsers also. Since I joined Chrome's origin trial, it now works only on Chrome and Chromium.