Rijnhard Hessel

Results 37 issues of Rijnhard Hessel

Added 'debug' to ALLOWED_TYPES (to support console.debug, changes still need to be made in the connecting libraries)

Added debug() function to log to debug tab in console. Is backwards compatible with current chrome plugin (just uses log).

So I'm doing some crappy benchmarks. https://github.com/mozilla/node-convict/issues/157 And during the test I discovered some non-obvious behaviour. when specifying multiple files to `loadFile` it looks like the defaults were being reapplied....

This is probably the least important issue but figured we can discuss it anyway. All the current stable versions of node and browsers support promises and bluebird is not a...

enhancement

This thread is about the discussion around the topic so it should stay open for a while. The idea is that the library shouldn't actually be doing the configuration because...

when running the basic getting started example the following error appears: ``` (node:290995) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency ``` followed by a whole trace...

bug
enhancement

it should be possible to specify a jsonb fields default value as a plain js object. ## Error ``` CREATE TABLE "my_table" ( "id" serial PRIMARY KEY, "my_column" jsonb DEFAULT...

old-label enhancement
needs triage

Any way to use this to record an replay for websocket interactions?

enhancement

Doesnt look like it Are there any active forks?

Hi So I messed around and rewrote this to allow for compiling ahead before parsing and got some significant performance increases. I tested using your test case data. https://jsperf.com/string-value-extraction/1 code...