Andrew Thompson

Results 65 issues of Andrew Thompson

I realized I never send a pull request for these changes, and they never made it upstream. Here's some background: http://vagabond.github.io/tags.html#egitd-ref

``` ./build/bin/re -k str -pl erl '^ab+c?.?[a-z]{2,3}$' ``` ```erlang -module(fsm). -export([main/1]). main([String]) -> try fsm(start, list_to_binary(String)) catch throw:fail -> io:format("failed~n"), halt(1); throw:{matched, N} -> io:format("matched ~b~n", [N]), halt(0) end. fsm(start,...

To avoid unnecessary calls and waiting for responses allow for a fun to be passed as a transaction that can be run by the watcher. As soon as the fun...

**Describe the bug** When trying to enable dialyzer on a rebar3 project, I did the following: `plt_path: "/home/andrew/.cache/rebar3/rebar3_22.2.7_plt"` This caused errors like the following to appear in the ELS log:...

bug
wait-for-feedback

We should really get this finished so let's try to figure out what's missing.

I keep getting 7 or 11 hit combos using a single move.

bug

With enough lag, the client can have 2 projectiles spawned at once. If they both hit, the har damage can get out of sync temporarily. This is mainly cosmetic but...

bug