Bradley Gannon

Results 6 issues of Bradley Gannon

Fixes #3866 Users with 2FA enabled rely on personal access tokens to authenticate on the command line. Gogs supports this feature, but the implementation expects the user to enter their...

status: reviewed

Adds a new module `binary_descriptors` and an implementation of BRIEF ([Calonder, et. al., 2010](https://www.cs.ubc.ca/~lowe/525/papers/calonder_eccv10.pdf)). Also adds an example (`brief`) that demonstrates descriptor computation and matching between two images. I've marked...

Bumps `synopsys-usb-otg` from 0.2.4 to 0.3.2 in order to pull in the fix for stm32-rs/synopsys-usb-otg#33. Diff [here](https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.2.4..v0.3.2). Tested and working on STM32L476. Maintainers, please let me know if more testing...

## Describe the bug When I run this command: ```bash cargo run --bin mistralrs-server --release --features "cuda" -- -i gguf -m /external/bradley/llama.cpp/models -f llama-31-70B-Q4-K-M.gguf ``` I get the following error:...

bug

- Add `SettlerTileAdjustments` as a child of `Civilization` - Encodes the previously hard-coded values as defaults for public fields - Uses lambda functions to take values at runtime for adjustments...

It seems like this is already mostly done. There were only two `GD.Print`s, and all of the `Console.WriteLine`s are in places where they should be (`BuildDevSave` and `C7GameDataTests`). It also...