Joris
Joris
Yes, that is already happening ;). My intention is to be consistent with the rest of the code base. (strict mode everywhere, no more `var`, etc). Not a high priority...
This was indeed by design because it was the fastest solution for jsdom's use case. In jsdom objects are often removed from the SymbolTree and then added back a little...
There already is a method to figure out if something is an internal vs external node: `tree.hasChildren(obj)`. Figuring out the depth/level could be sped up by using a cache. On...
Hi, sorry for the late reply, Monday was a holiday. There is no particular reason for using `postgresql_query` over `postgresql_ext`. I am in the process of upgrading old playbooks to...
I think that jsonschema definition is indeed wrong. I think the proper schema would be something like: ```json { "streams": { "description": "List of streams for this data flow.", "type":...
Was this a breaking change in pg-promise? @vitaly-t As far as I know it all used to work properly before. If this is the case, would it be possible to...
@rakibansary thanks for the issue and PR. However, could you give some more details on how to reproduce the original problem? When I try to run my test cases, with...