AdamHorden has quit [Quit: Adam Horden | adam.horden.me]
pcs38 has joined #rust-embedded
Ralph[m] has joined #rust-embedded
<Ralph[m]>
i just tried to use my `postcard-rpc` application from linux instead of windows and obviously ran into permission errors... does anyone have an example udev rule for what's needed to run `postcard-rpc` via USB w/o `sudo`?
<Ralph[m]>
(i'll also volunteer to add a PR to `postcard-rpc` with the documentation for it so that future me can find it again!)
<JamesMunns[m]>
I THINK using https deps makes it easier (?) somehow to get gha runners to have the auth to access private repos and not need git secrets, but I'd have to look
<Ralph[m]>
JamesMunns[m]: yeah, i'm also using HTTPS since i'm using PATs and not SSH keys (though i _guess_ one solution would be to generate an SSH key pair, put the private key in a secret and grant the public key on a user with access to the repo? but that'd give that key access to _everything_ that user sees => ouch!)
<JamesMunns[m]>
yeah, I THINK we use orga-scoped read only PATs? I'm not sure tho
<Ralph[m]>
mkj[m]: that's to clone the main repo. but if that contains a `Cargo.toml` with some dependency which points to another private git repo (with `https` URL) then cargo won't use that `token` and i've found no way to make it use it.
<Ralph[m]>
<thejpster[m]> "https://shipyard.rs/pricing..." <- thanks! that might be an option, though i had hoped to avoid relying on 3rd parties. i'll have to check if that's an option for them... though the paid version is definitely out of scope (going from 0 to 99/month is a huge step for something they're barely using)
<thejpster[m]>
Wanted: Someone who *really* likes keyboards to review a monster pull request where I totally change how keyboard layouts are defined, and add lots of Unicode-art pictures of keyboards.
<thejpster[m]>
I think I didn't break anything - except sometimes Shift + Alt + Key got you the same as Shift + Key and now it (usually) gets you the same as Alt + Key.