DC

Results 233 comments of DC

i'm on 0.8x right now, hoping to upgrade to 0.9 very shortly. if i still have the issue then i'll create a repo. thanks.

this would be a very welcome addition. then i could manage various datasets fully from dookie

happens at startup ``` $ DEBUG=* node server.js express:application set "x-powered-by" to true +0ms express:application set "etag" to 'weak' +3ms express:application set "etag fn" to [Function: generateETag] +2ms express:application set...

removing dookie from my app and I don't have the startup error anymore ... so a bit concerning.

ah! OK i was looking at the first code example and didn't realize I had to pass a string. It makes sense, otherwise where to find the content! OK, thanks....

maybe that should be a separate issue...

I could try if you can give me some hints. It looks like the basic data structure is an object tho, requiring unique keys. So to change that would require...

also on OSX: ``` yarn dev:h5 yarn run v1.16.0 $ npm run build:h5 -- --watch npm WARN lifecycle The node binary used for scripts is /var/folders/wl/fsxhspwn0351_lx_55rkwgwc0000gn/T/yarn--1563213732036-0.7022446360244046/node but npm is using...

looks like `config` is a **string/path** to my dev directory: config is: /Users/dc/dev/tix/recobot/stack/explor ``` else { if ('enableDll' in config) { warnConfigEnableDll(); } ```