Results 25 comments of ewah

I just merged a pull request in (slated to be 2.3.0). I didn't do anything directly w/ your issue, but would you run your tests again with that to confirm...

optional is fine. no specific use cases for that yet, just looking for a bit more consistency across files systems.

I tried to implement a signal.signal(signal.SIGHUP, self.reload) but something in FUSE is eating up all my signals.

just a note cdnURL will take in `''` and `'/segment'` as prefixes to the current fqdn ``` export function loadLegacySettings( writeKey: string, cdnURL?: string ): Promise { const baseUrl =...

unfortunately i'm getting around this by creating a test file `test/z/z.test.js`. (the funny names are for `-g [name]` flag) ``` describe('sleep, so asyncs can finish', () => { const sleep...