Andrew Bradley

Results 232 issues of Andrew Bradley

When loaders are moved off the main thread, what will happen if the loader thread crashes / terminates? Could be due to an uncaught error, code erroneously calling `process.exit()`, or...

I'm trying to best understand what a user's and tool author's experiences will be in the future when: a) users write a project in pure ESM with package.json `"type": "module"`...

In my project we have our own bootstrapper file that calls `require('ts-node').register({/* passing configuration here */});` How should I use espower-typescript with this setup? Am I correct that espower will...

Check if 18.7.0 fixes the bug in 18.6.0. If so, remove hack here: https://github.com/TypeStrong/ts-node/blob/8b09d49b26c1c25e34133b857c073729dd691f11/src/bin.ts#L633

If a file is created and then deleted before `Hound.prototype.watch` has a chance to execute, then Hound will attempt to stat a non-existent file. All other fs operations run by...

bug

I need to grant our SourceGraph instance access to private npm packages and to install git dependencies straight from git. I can `docker exec` into the language server's container and...

While implementing a fix for issue #96, I came across something wonky. I'm not sure if it's a bug or intended behavior. According to the Knockout docs, properties that are...

knockout.mapping's internal design assumes that properties will not have periods, but this is never mentioned in the documentation. I made a JSFiddle demonstrating the problem: http://jsfiddle.net/cspotcode/JtkGC/6/ In the fiddle, `plainJS["a.b"]`...

I forked mockery to [cspotcode/mockery-next](https://github.com/cspotcode/mockery-next). (I know, very creative naming!) I liked mockery's API and needed it for some tests at work, but also wanted support for resolving relative paths....

**Describe the bug** The docker relay script seems to kill all socat processes, even unrelated ones. https://github.com/WhitewaterFoundry/pengwin-setup/blob/91e471be48736fe3f7aa92154e868b191e951b4e/pengwin-setup.d/docker.sh#L83 You can probably fix this with either a PID file or by symlinking...

Bug
To Implement
Hacktoberfest