Travis Webb

Results 43 issues of Travis Webb

node 6.11.3 ``` info: TypeError: Cannot read property '0' of undefined at /home/ubuntu/data/acropolis/arcdump/AGStoShapefile/AGStoSHP.js:123:72 at _fulfilled (/home/ubuntu/data/acropolis/arcdump/AGStoShapefile/node_modules/q/q.js:854:54) at self.promiseDispatch.done (/home/ubuntu/data/acropolis/arcdump/AGStoShapefile/node_modules/q/q.js:883:30) at Promise.promise.promiseDispatch (/home/ubuntu/data/acropolis/arcdump/AGStoShapefile/node_modules/q/q.js:816:13) at /home/ubuntu/data/acropolis/arcdump/AGStoShapefile/node_modules/q/q.js:624:44 at runSingle (/home/ubuntu/data/acropolis/arcdump/AGStoShapefile/node_modules/q/q.js:137:13) at flush (/home/ubuntu/data/acropolis/arcdump/AGStoShapefile/node_modules/q/q.js:125:13)...

I can get `__pdoc__` to ignore modules, but adding the variable/function name in the form `module.variable` has no effect. - pdoc version: 0.9.2

## Expected behavior and actual behavior. `BytesCollection` should recognize and open a zipped GDB file as it does with other formats, but it does not. ## Steps to reproduce the...

#### Issue Description When setting NODE_ENV=worker, main.packs = [ ] has no effect, old packs list is still loaded. #### Environment - node version: 7.5 - trails version: 2 -...

bug

cleanup extra junk from npm package

#### Issue Description The application should immediately exit if it is not able to start/stop in a pre-configured amount of time. This will keep the process from hanging forever in...

task
first-time

#### Issue Description Originally, I thought that i18n (internationalization) support should be a core feature of trails. Due to the complexity and diversity of options for i18n, I think it...

discussion

#### Issue Description - see #213 Use console.log, I suppose? Find an elegant way to log errors related to initializing the logger. Meta, I know.

first-time

#### Issue Description previous discussion in #124, #126

#### Issue Description If a trailpack config listens for a duplicate event (or, manually adds a system event like `trailpack:all:configured`) into the config, `after()` will listen for two occurrences of...

bug
task