Ryan Day

Results 16 comments of Ryan Day

if anyone has a repro gist or repository we can run that leaks this way that would help us get to the bottom off this a little more quickly. It...

@jgunn987 we're not working on feature requests for logging winston or bunyan at this time. If this is a bug we'll need working repro examples, details about how you expect...

did you ever work this out? im not sure i have enough data to help debug yet.

There is no reasonable way for end users to modify and compile the typescript in dependencies. The published packages dont have the config files and dev dependencies to make a...

I think you may be forgetting to call done. This is the most common reason for this bug report. Else its new and im happy to take a look at...

i was able to work around it in the board for now. cool stuff man https://github.com/soldair/leo-board-pinoccio/blob/master/index.js#L20

when i was thinking of this originally i just figured that each package would build itself via a build script triggered on npm install. this way it would be up...

thanks for the find. ill take a look