Ron Evans

Results 88 issues of Ron Evans

This PR is to add support for using `yzma` to call llama.cpp libraries directly from a langchaingo application. If the idea seems good, I will do some additional work to...

@soypat we should create a release for this repo, that way it is easier for downsteam dependencies to pin to the current code.

There is an intermittent lockup during the stdlib tests when running the macOS CI builds on GH actions. It occurs both with macOS 13 and macOS 14 during the execution...

bug
next-release
CI

It would be great to have a USB implementation for the STM32 boards. Who wants this too? Who wants to help? 😸

enhancement
help wanted
stm32

This issue is to start a conversation about a possible breaking change to GoCV in order to implement 2 important features. ## Always return errors due to exceptions being caught...

enhancement

This adds many missing functions needed for convenient use that are reinterpreted from the C code in https://github.com/dmalnati/picoinf Thank you!

This PR adds a few missing functions to the `sx127x` that are used for FSK radio communication. It also cleans up a few existing functions to clarify the implementation. Also...

This PR fix a problem in the HCI `poll()` implementation. It should not read data past the end of the available buffer to store that data. Intended to fix #396