Dmytro Nechai
Dmytro Nechai
Any usage of `ArrayChain` may be replaced by `metasync.AsyncIterator`. WDYT @belochub @lundibundi @tshemsedinov
I propose to add support for everything that implements iterable or iterator protocols to such methods as: * `metasync.map()` * `metasync.filter()` * `metasync.each()` * `metasync.series()` * `metasync.find()` * `metasync.every()` *...
Now JSTP works only with one `JSON5` like serialization format. While it would be much more extendable use abstract interface that provides such functions as: * `parse()` * `serialize()` *...
We need an ability to have an impress application template as a dependency. It should allow us to write plugins locally so that it would be loaded into template server...
We need to open a PR in each metarhia repo, that will add prettier to them and reformat code accordingly. This can be done by following its tutorial https://prettier.io/docs/en/install.html.
@tshemsedinov what do you think about having support for joining different collections. It would be really great to do so in a database instead of joining them manually.
It would be great to be able to update documents that match a certain query.
It would be great to have an ability to create multiple documents at once.
Currently we have a situation when we need sorted list of records from m to n
It could be beneficial to wrap non-function module properties into thread-safe shared abstractions, so that they could be asynchronously modified and accessed from each routine.