Saeed Rasooli
Saeed Rasooli
You want to read from SlovoEd files, correct?
Sorry, I don't think I'm gonna be able to do this any time soon.
[This seems to be the main source file (SDC.h)](https://github.com/Paragon-Software-Group/paragon_slovoed_ce/blob/master/slovoed/libraries/shdd.engine.components.sdc/Engine/SDC.h), but it has a lot of dependencies. And most of comments are in Russian which I don't understand (I'm translating them...
> به نظرم درخواست مناسبی مطرح شده، اما به دلیل ماهیت زبان فارسی انتخاب راه حل مناسب که هم گویا و عمومی باشه و هم سلیقه در اون دخالتی نداشته...
I don't think `memfs` is concurrent-safe (it has no locks for maps) because it's mostly made for unit testing. If you want to use it for production, you should fork...
Can't see why not.
I pushed to `master` branch. Please give it a try.
Please open new issues for further bugs / improvements.
Personally I like the old UX, because with new UX we have to press the buttons so many times. And I assume buttons would probably be the first thing that...
I think variables should be limited to their scope, unless specified otherwise, like Python's [global](https://docs.python.org/3/reference/simple_stmts.html#the-global-statement) or [nonlocal](https://docs.python.org/3/reference/simple_stmts.html#grammar-token-python-grammar-nonlocal_stmt). If we support a simple scope with `{ ... }` which is like...