Bryan Kendall

Results 53 comments of Bryan Kendall

optional `limit` parameter? ``` js remove([1,2,3,1,2,3], 1, 1) // => [2, 3, 1, 2, 3] only removed the first 1 ```

thoughts: - wouldn’t this be very similar (functionally) to a `set`? - I know we probably don’t want to add a entire new data type, but if something like that...

Hmmmm.... I'm learning more about using `uncaughtException`, `uncaughtExceptionMonitor`, and what processes are used to exit our CLI. I may be able to take a look into this (but changing the...

You may need to run `npm cache clean` to clear out any bad URLs you an into during the outage (untested, but that would be what I would do)

`request` is going to be completely removed in the next breaking change.

@mcapodici (or @evelant) Could either of you help us out and give us a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) for this issue? We're still needing a little help to debug exactly what's...

I think we could make the emulators work without internet - though as you've discovered, some bits and pieces of the configurations may be out of date or not available....