Pavel Roskin

Results 80 comments of Pavel Roskin

Done so far: * Created the `main` branch with all commits from `release-0.11.0` except the problematic ones * Created 2 PRs for the problematic commits, added my minor fixes to...

I cannot change the default branch and protect branches. Please either do it for me or give me permission to do it. It's not good to have an unprotected main...

This needs some care, as we probably don't want to endorse a broken branch. Either the ref branch should be the current branch, or it should be the latest release.

Also, the examples are used in CI. The CI should be using the current code under test, not a GitHub reference.

This set of commits by @psionic-k was originally committed to the `release-0.11.0` branch. However, it was found to be causing errors when compiling Cargo packages that refer to libraries in...

Added a fix for unquoted bash variable in comparison. It fixes a syntax error, but doesn't fix the behavior of this PR.

I was about to report the issue with "400 Bad Request". It turns out lprint doesn't like to be accessed by name. It runs on Raspberry Pi Zero 2 W...

@michaelrsweet Yes, `pzero.local` is working, thank you!

I confirm that the text is duplicated and that this PR only removes duplicate text. In fact, I almost made an identical PR.

The "lossy channel" proposal is about removal the oldest element rather than the latest: > By "lossy channel", I mean one that discards old data when the buffer is full...