Jean-Charles Sisk

Results 10 issues of Jean-Charles Sisk

Make it clear the `config.json` is used first with the optional environment-specific config merged in. Also, fix the `prod[uction].json` typo.

Need to look into this some more but bluebird assumes endgame isn't there to catch the uncaught exception on app emitting error. Eats it up, prevents the app from tearing...

xpost from https://github.com/krakenjs/meddleware/issues/57

connectable is presently failing during the iptables command: ``` sh $ docker logs connectable 2015/08/07 18:28:50 Connectable listening on 10000 ... Self: 2011f14d0013ed337acf696b3def8737b45eb7d787b4de79e34b1294b8781e9d bridge 2015/08/07 18:28:51 non-zero exit: 1 $...

@aredridel and I were chatting about a potential new feature inside kraken to prevent us from having to broganize (wrap kraken opts). One step we could take would be exposing...

enhancement

This issue is related to krakenjs/kraken-js#281. If a user enables any of the router-specific options in express, they are not inherited by enrouten-based routes. On the one hand, this is...

enhancement

[Plonk](https://github.com/krakenjs/meddleware/blob/a7967875695828dd3a73e4ac5bd5ccb8c69efa70/index.js#L89). [`tryRequire` just calls `require.resolve`](https://github.com/krakenjs/meddleware/blob/a7967875695828dd3a73e4ac5bd5ccb8c69efa70/lib/util.js#L62) which will, for local files, start relative to the file that contains it. Therefore, if you try to require a file with a relative path...

[Here](https://github.com/krakenjs/meddleware/blob/377f202b217c8a1edb01f3d1da13a5e92a0688ce/lib/util.js#L37). `prop` corresponds to an object key which is just a string.

bug

[We assume it is](https://github.com/krakenjs/meddleware/blob/15a06158ae76016085eb1f17faa917aa4a251a81/index.js#L178), but it's not. Can also be an array.

bug

The [code block regex](https://github.com/quantizor/markdown-to-jsx/blob/acd970dc7be8f2390ed916fe1b1cf0874a8534f6/index.tsx#L186) allows for a DoS. Can be reproduced with ~100 spaces. [Reproduction in regex debugger](https://regex101.com/r/klB6aQ/1). Reproduce in [the playground](https://markdown-to-jsx.quantizor.dev/): ``` text text ```