Chris Miller

Results 5 issues of Chris Miller

**Issue** Game seems to not be able to load Linux Input devices such as joysticks. Mouse and Keyboard are functional in game. Joystick was verified to work outside of game...

Type: Bug
Priority: Medium
Platform: Linux
Good First Issue

The config spec needs to be updated to define the parallel pull's duration. Internally, mainframer supported this functionality with `PullMode::Parallel(Duration)`, but with the introduction of #282 this had to be...

I believe a lot of complexity could be removed by swapping config parsing from a manually process with `yaml-rust` to object deserialization with [serde](https://serde.rs/) with it's [derive feature](https://serde.rs/derive.html) and a...

enhancement

OpenAI's spec introduced some new capabilities that led to some larger changes in the `async-openai` crate. I'm more than happy to contribute this work to `tiktoken-rs` but I wanted to...

###### Merge Checklist **All** boxes should be checked before merging the PR *(just tick any boxes which don't apply to this PR)* - [ ] The toolchain has been rebuilt...