Radek Krejčí
Radek Krejčí
Currently, the (internal) extension plugins check for the correct placing of the extension instances. This is done in the `compile` callback. The limitation of this approach is that not all...
#1485 unified formatting of lists and leaf-list printed in JSON format. In case we would see reasonable interest, additional printer option(s) could be added to configure the output formatting. Just...
Client side is able to get schemas in different ways: 1. via get-schema from the server 2. from a local directory 3. via callback (#27) It would be usefult to...
Function `readbuffer_gets()` misses some of the initial checks of its arguments. Not checking them can lead to later NULL pointer dereferences. The checks are now unified with the checks in...