Rotem Dan

Results 235 comments of Rotem Dan

I also noticed it SpellRight doesn't currently support Linux on ARM64, ARM32 and Windows on ARM64, which are currently supported by VSCode. Oddly Windows x32 doesn't seem to be supported...

If I simply return add `async` to `activate` and `await` the initialization: ```js SpellRight.prototype.activate = async function (context) { if (bindings.initializeHunspellWasmBindings) { await bindings.initializeHunspellWasmBindings() } ``` And then return the...

I added the caching, but only for the WebAssembly binding for now. I'm not sure if there's visible difference in the UI. It may be bottlenecked by something else (for...

## Update: Nuspell now ported to WASM as well * I just finished porting the [Nuspell](https://github.com/nuspell/nuspell) library to WebAssembly (took about 5 hours in total), which is said to improve...

Thanks for the report. I've tagged this as a feature suggestion. It's possible to pre-split the audio to chunks before sending it to the cloud provider. It will require incorporating...