Bruce Adams
Bruce Adams
Thank you. I learned from Jim's presentation that the drone wants periodic (and fast) communication. In learning this code, I didn't understood the watchdog reset as a normal thing, especially...
I would _love_ for Control-A (and also Control-E) when viewing a history item to go straight into the native shell command edit. This is mostly because this kind of sequence...
> I assume that it is incorrect to require the data to be encoded as UTF-8, so I will work on a fix that removes the need for this hack....
Ah! Your pull request lines up with how I thought this might be properly addressed! Nice! (I just created a similar pull request #6589.)
Fixed by #6589
So long as there exist at least ten crates with exactly one version above `0.*`, this query below will pick the ten most recently updated such crates. The miss here...
I had fun looking at the data (once I figured out how to retain `updated_at` in the `crates` table, see https://github.com/rust-lang/crates.io/pull/1996). Three crates with a single, recent 1.x.x release are...
Huh. The [get-release code attempts to get the tag name from the GitHub Actions context](https://github.com/bruceadams/get-release/blob/main/src/get-release.js#L17) and appears to have not gotten anything. Adding the appropriate tag name onto the URL,...
Looks like I can work around this; this is a little quirky. ```bash poetry install --no-dev poetry run pip install pylic poetry run pylic check ```
My problem is: I need to fail on GPL-like licenses, but only if they appear in my main dependencies. I use `pylint`, and occasionally other GPL tools, in my dev...