dolio
dolio
Currently, the only way that Union is exposed is through group. However, group can only fiddle with white space. There are cases where this is not good enough. For instance,...
The following code causes an internal error: ```agda module Bug where record ⊤ : Set where record Σ-stx (A : Set) (B : A → Set) : Set where constructor...
I assume it is intentional that hasktags generates tags for all instance declarations under the tag 'instance'. However, I happen to work on a project that implements a compiler for...
- An autoload script manages the job with vim's async job control - The function to send commands to the process is wrapped into python - The response interpreter becomes...
This came up in a PR discussion. It'd be useful to be able to have conditions that provide bonus spell slots. Things that would use that are, at least, Rary's...
This is a vanilla bug. The function that removes item-based conditions in the original code always removes arguments as if the condition being removed were also most recently added. I...
Starting on fixing the removal logic of stun (the stunning fist version; possibly some monster effects). This commit should restore the intention of the original logic, which tries to actually...
I got a game crash shortly after fighting a bunch of air bugbears. I'll attach the log and dump file. I don't have much of a clue as to what...
It seems that if you have the game set to prefer full attacks, then stunning fist will automatically initiate a full attack if possible. Most other special attacks don't do...
I found some (vanilla) counterspell bugs while trying to figure some stuff out last night. Some of them are caused by the code explicitly checking _prepared_ spells. This leads to:...