Levi Murray

Results 10 comments of Levi Murray

@digg33 The "should be an object" error is related to Vim Vixen, not vim.wasm @rhysd Your top level document needs to be served with the following headers: ``` Cross-Origin-Opener-Policy: same-origin...

I can confirm that downgrading `parser` to `3.0.2.0` reduced my `I18n::Tasks::MissingKeys` times from **210 seconds** to only **10 seconds** Thank you @manaka! There was an [issue regarding performance](https://github.com/whitequark/parser/issues/918) opened in...

It worked for me after disabling uBlock origin (adblocker).

FWIW, there was supposedly a **significant** performance decrease between **3.0.2.0** and **3.0.3.2**. I don't interface with `parser` directly, but we utilize `i18n-tasks` (which uses `parser`) to find missing translation keys...

Only solution that worked for me was rolling Cordova back to version 8.1.2 `yarn global add [email protected]` or `npm install -g [email protected]`

Was this a simple oversight, or was there a reason not to include the certificates module?

> Do check out my previous comment's suggestion if it's relevant. I'll test some more but I'll prolly open a one-line PR that changes this line: https://github.com/stechyo/godot-steam-audio/blob/58c70bcc5d3c7c53b0adafc9e63956fd48fb1096/src/stream.cpp#L121C3-L121C68 > > ```c++...

I didn't realize my VSCode updated and thought I was going crazy when ` + v` wasn't working. Hopefully we can get a quick resolution for this

Seems like this is due to some [changes](https://github.com/microsoft/vscode/pull/212930/files#diff-d1725cf20d86e6ad4df5c09e62fba535c6be8198fd0ee318d550911c625b1f47R68) made for the new ["Tab Multi Select" feature](https://code.visualstudio.com/updates/v1_90#_editor-tabs-multi-select) I noticed that `resourceOrContext` and `commandContext` were `undefined` when the action was run via...

Similar occurrence on Windows, however I don't see an actual crash. The editor freezes and comes back after 5-10 minutes 🤔