Denys Otrishko
Denys Otrishko
Previously only objects with Symbol.iterator property were supported. This makes our Iterator only check for .next function on `base` and only perform `toIterator` if called with `iter` function. This is...
Current implementation of `condition` in `transformations` * `trim`s the value, therefore, it's not possible to have spaces at the start/end of the string in a jsql (i.e. `> str` =>...
Currently `open` method accepts optional `options` argument which is then queried for `connection` and `gs` parameters, but `connection` may not be relevant for all provider implementations (for example it doesn't...
Before this change and without esModuleInterop: true one could only import the module via ```js import escFormat = require('@elastic/ecs-pino-format'); ``` After this it can also be imported with: (which is...
**Is your feature request related to a problem? Please describe.** Sometimes it is necessary to support `update`-like methods and currently it is not possible to perform `Schema#check` on partial objects....
**Is your feature request related to a problem? Please describe.** Currently the `metaschema` repo doesn't contain easily usable schemas that can be played around with to understand features and use-cases...
* on no prev version - copy current schemas as old version * upon executing a 'g' command create a new version history and migration folders * store time in...
**Describe the bug** `id` will be unconditionally added (and duplicated) in field (table column) name upon declaring it with `id` in name. **To Reproduce** ``` ({ Registry: {}, id: '?Identifier',...
It would be great to be able to use table specific queries like `db.city.insert(...)`, `db.account.update()` and such. Since the msql becomes aware of schemas it should be possible to implement...
When you start aw-qt it takes like 20 seconds to start up before it's usable. Also after I press `Quit ActivityWatch` button in the right-click menu it takes like 20...