matt rice
matt rice
Not terribly familiar with bluetooth, and just reading the source code I noticed some commented out code in the NeewerLite.swift, `//self.write(data: cmd_check_power as Data, to: characteristic)` But there is no...
Headed out the door for a few days, and haven't gone over this rebasing of my branch with a fine tooth comb, as such I'm marking it as a draft....
Before I try and come up with a patch, I figured it would be good to discuss this in an issue, I was considering potentially adding a declaration `%grammar-kind Original(NoAction)`,...
I was "for science'ing" mutual inductive QPF things, Attempting to declare a mutually recursive uninhabited type similar to Void below. What I noticed is that when using the mutual keyword,...
I would like to do something like the following for a series of documents which share tags and potentially unused tags, Currently, when using an empty list, it still shows...
afaict the TlsListenerConfig currently requires sending it PathBuf's, which eventually opens/reads the keys and certs, it would be nice if there were a way to pass it an `&[u8]` or...
This implements a feature for the serde_bytes crate. I left commented out code in there about the `Bytes` struct of serde_bytes. This is limited to the `ByteBuf` one, because I...
## Checklist - CI Checked: - [ ] `cargo fmt` has been ran - [ ] `cargo clippy` reports no issues - [ ] `cargo test` succeeds - [ ]...
The samples in this repo all use `"$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json"` which does not appear to be recognized by the viewer at https://sarifweb.azurewebsites.net/
I was curious to check this out (and was compiling the *devel* branch), but when compiling I get ``` bpf/agg_lqbin.c:7:10: fatal error: bpf-helpers.h: No such file or directory ``` I...