Thomas Watson

Results 47 issues of Thomas Watson

iOS 9.1 devices doesn't seem to be able to find the aircat server any more

bug

Currently the map is [hardcoded to default to Paris](https://github.com/watson/airplanejs/blob/fd97c50571c074c35db8a0dd305699fda088eb13/assets/script.js#L37) as this is where I first gave a demo of AirplaneJS. But this results in a weird "blinking" effect where sometimes...

help wanted

Every time I give the website permissions to access my inbox, I'm redirected back to the same page with the same message letting me know that it wants permissions to...

Opening hours was recently added to the entries, but as the last column on the table. Some places have the same opening hours each week which makes it easy to...

Since Node.js v8.9.0, a new `paths` option was made available to the core Node.js [`require.resolve`](https://nodejs.org/api/modules.html#modules_require_resolve_request_options) function: > `paths` [``](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) Paths to resolve module location from. If present, these paths are...

I performed a few benchmarks to see how much faster lz4 would be compared to gzip when decompressing an incoming HTTP payload. I'm not sure if I'm doing something wrong,...

See elastic/apm-agent-nodejs#849 for details ## Checklist - [ ] Update tests - [ ] Un-pin `tape`

ci
good first issue
low hanging fruit
agent-nodejs

Today a lot of the devDependencies are related to testing only and make a lot of noise in our package.json file. @Qard have suggested that it might make sense to...

ci
agent-nodejs

Due to how quickly the community is dropping support for Node.js 8, it gets harder and harder for us to maintain support for it. So let's get ready to release...

breaking change
agent-nodejs

If `captureSpanStackTraces` is disabled, there's no reason to capture the intermediate knex stack trace which is only used to improve the span stack traces of pg and mysql spans.

performance
agent-nodejs