ermouth

Results 5 issues of ermouth

Different forms, starting simultaneously and having require sections with same URL, initiate multiple requests instead of sharing result of single request. Can cause dramatical traffic increase and inintended server side...

Formatter converts ext UTF8 chars in `@@-+@@` patches into mess. For example `самую` turns into `самую`. Seems, that changing `unescape()` to `decodeURIComponent()` fixes issue at least for browsers.

bug
todo
hacktoberfest

Do you have any plans about progressive encoding?

Adds two MySQL style operators: RLIKE/REGEXP which are synonyms and have syntax like `WHERE _id RLIKE '^abc'`. They translate plainly into Mango `{$regex:''}`.

https://github.com/oknosoft/metadata.js/blob/develop/packages/metadata-react/src/App/RootView.js#L59 Константа `show_dumb` к моменту присваивания уже определена.