Dimitri Witkowski

Results 207 comments of Dimitri Witkowski

I fixed this error in 97b1142c2e3e5a8fd3c4b8a98141c62d73b3f5c2, but there's a new one because emscripten loads the wasm file in a different way if it's run in node. I'm too lazy to...

I don't think it will be possible to solve this without changing how it works inside emscripten. Not closing for visibility, no action will be taken.

Actually, I'm wrong, it's possible to change it: https://stackoverflow.com/questions/30152622/changing-the-default-namespace-module-in-emscripten

I have removed unrelated formatting modifications and fixed coverage, are you ok with other changes?

Hi! Good proposal, thanks! I think, there should be one list for English words which can be extended with language-specific dictionaries for different languages. And yes, it's better to store...

For now, I suppose just to add blacklist variable to locale files. To extend the default black-list, there's `blacklist` init option, items from which will be concatenated with words from...

No, they should extend it, like it's done with blacklist from options here. So lists will be merged and there will be no duplicates.

So far, I have implemented extending blacklist from locales in 910cc20. Now blacklist is concatenated from: 1. culture-neutral list (English); 2. `options.blackList` provided by user; 3. `blackList` from used locale.

Hi, Hm, yes, really, it wasn't expected that HTML would be inserted there but here's a workaround: to insert HTML, add `pointer-events: none` style to the root inserted element: ```...

Please try to paraphrase your request, I didn't get it.