Rotem Dan

Results 38 issues of Rotem Dan

I've just published a brand new [WebAssembly port of Hunspell](https://github.com/rotemdan/hunspell-wasm) I've developed during the past two days. It's built on the [latest source code](https://github.com/hunspell/hunspell) using the Emscripten compiler (`emcc`) with...

Earlier today I looked at the Windows code in the deprecated `atom/node-spellchecker` package that's used in the extension. Given I'm a Windows user, and I have a working example in...

## System info * `msgpackr` version: `1.11.0` * `node` version: `v22.9.0` * OS: `Windows 11 x64` ## Reduced test case ```ts import { encode, decode } from 'msgpackr' export function...

The model loads correctly with `kokoro.provider=dml`, but then on inference it gives this error: ``` Error: Non-zero status code returned while running ConvTranspose node. Name:'/encoder/F0.1/poo l/ConvTranspose' Status Message: D:\a\_work\1\s\onnxruntime\core\providers\dml\DmlExecutionPro vider\src\MLOperatorAuthorImpl.cpp(2804)\onnxruntime.dll!00007FFA72289084:...

bug
synthesis
external

The issue has been in `espeak-ng` [for a very long time](https://github.com/espeak-ng/espeak-ng/issues/1851) and cannot be worked around. `espeak-ng` doesn't support Kanji characters, and possibly other characters used in Japanese. To align...

bug
synthesis
alignment
external

Pull request #194 added conservative logic to use the native system instructions only when the model name includes the substring `gemini-1.5`, since `gemini-1.0` doesn't support it: ```py if "gemini-1.5" in...

When window width is resized to be smaller than some size (~800-1200 pixels) YouTube switches to a different player layout, where `#player-theater-container` exists but is empty and instead it puts...

### Is this a unique feature? - [X] I have checked "open" AND "closed" issues and this is not a duplicate ### Proposed Solution First, thanks for making this application....

enhancement