Paul Swartz
Paul Swartz
I was also able to address it by deleting my `deps` and `_build` directory: maybe something needs to be marked as needing a re-compilation?
I did not install it as an archive. Since upgrading I haven't seen the issue again, so it seems to only happen when updating the library.
I'm able to reproduce with the following steps: - `mix new dialyzer_test` - add `{:dialyxir, "~> 0.5"}` to `mix.exs` - `mix deps.get` - `mix dialyzer` - update dialyxir version to...
I'm using hackney via [httpoison](https://hex.pm/packages/httpoison), but here's the relevant code: https://github.com/edgurgel/httpoison/blob/master/lib/httpoison/base.ex#L369-L387
I'm also seeing this again; it appears to have started in earnest after updating to Erlang 21.2 even without using `async`. I don't have more information at the moment but...
It does seem related to that. There's a PR which may address it: https://bugs.erlang.org/browse/ERL-371
@binarylogic We haven't found a fix/workaround. Our application fetches very frequently (every few seconds) so having some prematurely closed connections is manageable.
Unfortunately I don't have a Gnome Shell machine to work on this anymore, but I'd love to merge in a patch if someone figures it out. You might be able...
The NumLock get does basically what it says; it locks the keys so that they're used as numbers rather than keys. I can see a couple possible changes: - put...
If you don't have a separate numpad, can you use the C-M-S keys instead? I implemented them so I could use gnome-shell-grid from my laptop keyboard.