-
I've raised this issue [before](https://github.com/netty/netty/pull/5552/files/03f70037c0652e8a24ec2edb721ea4d479ba8a6b#r71620816) and it has come up [subsequently](https://github.com/netty/netty/pull…
-
When using .then - an exception thrown (such as a ReferenceError) gets swallowed up making debugging near impossible.
``` javascript
var Deferred = require( 'underscore.deferred' );
// using then w…
-
```
defmodule Foo.Client do
use WebSockex
require Logger
@name __MODULE__
@uri "..."
def child_spec([]) do
%{
id: @name,
start: {@name, :start_link, []},
}
…
-
I'm curious why this line is in the code:
https://github.com/mafintosh/hyperlog/blob/master/lib/replicate.js#L131
It caused me some serious headaches, I couldn't figure out why replication was faili…
-
**Describe the bug**
The SDK function `fetchEntries` does not throw an error which makes it challenging to handle the occasional API call failure on the consuming side.
Specifically in our …
-
When using a date format with alternate date formats; when a nominated separator ('/' and '-' in this case) is entered, it can swallow that character or the next character typed in. This is not consi…
-
e.g. if there is a typo and a function is undefined
-
I am using c, not sure if that matters.
Normally when you are in a quote `'blah blah blah[cursor here]'` all you have to do is type `'` again to jump over it. However, when you type a quote containin…
-
Stack trace is consumed by npx here https://github.com/npm/npx/blob/26a839472058a1817f24d8ca41a74f41bc4f98ab/index.js#L113
As a user, this is pretty unacceptable.
-
iterateeToAccumulator is suggested in Play migration guide to convert existing Iteratee to Accumulator. Mostly it works fine. But when there is an error / exception in the iteratee, that error does n…