RENARD Laurent
RENARD Laurent
Documentation does not specify clearly what the **expression** field stands for. I believe (looking at implementations) that it is to make the difference between block body and expression body. However...
* use ``inspect`` to serialize objects * handle multi line strings differently #127
For now, the theme is harcoded in the code. Ideally we want the user to be able to load its custom theme from a simple json file. This will allow...
Would be nice to add support for transaction with a nice API a la ship-hold [ ] Design API [ ] Implementation
Would be nice to add support for set operators (UNION, EXCEPT, etc) with a nice API a la ship-hold [ ] Design API [ ] Implementation
Feature request: Select builders are often used in sub query with aliases. It would be a nice syntax addition if instead of using an object we could output the builder...
the following items should be implemented in the documentation. Ones might worth their own tickets. [ ] make a searchable index of the documentation [ ] make the documentation website...
AFAIK there are two running modes so far: * main window * worker It could be interesting to run different test files in different iframes to have sandboxed/isolated environment. An...
The package can not be imported from a .mjs file: the ``"main"`` entry point refers to a cjs with other export than a default. 1. main should not specify an...