Brian McCallister

Results 5 issues of Brian McCallister

The use of cglib for code generation is increasingly causing problems with Java versions. Using an annotation processor to generate the classes instead of using runtime byte code generation seems...

Rye is in homebrew main tap, it is probably worth calling it out as an install option as many folks prefer to use package managers

### Check for existing issues - [X] Completed ### Describe the feature When I launch zed from the command line, a la `zed .zshrc`, and it launches zed it should...

enhancement
needs info / awaiting response
workspace
cli

Given the grammar: ``` numberOfDice = { ASCII_DIGIT+ } numberExpression = _{ numberOfDice? ~ "d" } dieSize = { ASCII_DIGIT+ } numberOfLowDiceToDrop = { ASCII_DIGIT+ } numberOfHighDiceToKeep = { ASCII_DIGIT+...

As of FreeBSD 15 the repo name needs to be FreeBSD-ports or it leads to various errors. I am not confident this is the *best* fix, but it works for...