RENARD Laurent

Results 11 issues of 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

enhancement
reporters

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...

enhancement
help wanted
good first issue
reporters

Would be nice to add support for transaction with a nice API a la ship-hold [ ] Design API [ ] Implementation

syntax sugar
query-builder

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...

help wanted
good first issue
syntax sugar
query-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...

doc

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...