Stephen D
Stephen D
Hello, I'm interested in changing the auto-complete behaviour to make it act more like Linux. Right now, I have two commands `state` and `status`. If I type `s` and hit...
Hello! I'm working on a small side project which involves a mobile-phone type device. It has a non-touch screen, a keyboard, and a joystick. I'd like to use the joystick...
Does not work. There's a bug in the si4032 driver somewhere. I'm pretty sure it has to do with the registers.
I'm interested in implementing a plugin which can render emojis. Not all of them, but a few common ones. I wanted to know - is this possible, and are plugins...
Hello, Awesome project! I'm using trunk-recorder with a hackrf to decode local traffic in my area. It works for a while (generally a few hours) and then it throws a...
### Summary It seems that `needless_match` can fire incorrectly with multiple `if let` blocks chained together. ### Lint Name clippy::needless_match ### Reproducer I tried this code: ```rust pub fn color_text_to_rgb_tuple(text:...
When having an LLM respond with JSON I often do something along the lines of `{reasoning: "...", actual_property_i_care_about: "..."}`. The idea is that the `reasoning` property isn't used on my...
### What is the issue? It looks like structured JSON is not respected when an array is specified at the top level. Example 1: Request: ```json { "model": "llama3.1", "messages":...
Largely similar to the old block API. - Allows creating blocks (previously we couldn't, as far as I can tell) - Revert to using a hashmap for properties (makes the...
# Pull Request ## Related issue Relates to #646 ## What does this PR do? - Adds hybrid and vector search options to SearchQuery ## PR checklist Please check if...