Sheharyar Naseer
Sheharyar Naseer
I figured as much. So I had to re-write my app's functionality according to that. I was able to able to do it by not using the provided `onClickHandler` and...
As discussed in #29; > Final cannot really be swapped as the connectors would cross and they wouldn't be visually clear. > The bracket purposefully reverses the matches of every...
A related issue is that in the tests you check if the conversion is a binary (which it always will be), but don't check if the converted string is actually...
You can replace your test with this so it logs the exact string for which it fails in the `big-list-of-naughty-strings.json` file (will log only if the test for that specific...
Hey @thiagomajesk, we don't plan on adding Dialyzer support anytime soon, but PRs are welcome!
Setting up the dialyxir (https://github.com/jeremyjh/dialyxir ) package in the `dev` env for Que would be a good start. You can check which parts of the code are throwing the dialyzer...
Hey @danxexe. Thanks for the PR! I've been thinking about this change and don't see a good reason why `concurrency` should be dynamically set a runtime and not compile-time. Can...
I thought about this some more, and I think this might be useful. But the problem I see with this is that it can introduce other regressions and potentially break...
@noizu Instead of writing a custom implementation of priority queue, we might consider using erlang's built-in `:gb_trees` or another lib that uses pairing heaps. One reason being we don't want...
Thank you for reporting this issue. I'll look into this and try to come up with a reliable solution. Suggestions and PRs welcome!