Chris Wood

Results 10 comments of Chris Wood

Here's how I ended up doing it; not sure if there's a better way.. ```csharp // Remove the image from the host to conserve disk space. new ProcessExecutor( "docker".ResolveBinary(), $"rmi...

Yes - as I say, that's what I did, but it required me to dig into the source code to figure out how to do it. A more readily apparent...

We also ran into this in a DevOps pipeline for .NET 6. Ended up having to hack around it by taking the `NuGet.config` file out of the equation since `--ignore-failed-sources`...

Hi all, I've created the repo [cpwood/Pico-Stub](https://github.com/cpwood/Pico-Stub) in the last few days. I'm actually here trying to figure out how to get them included in micropy-cli! I've also released an...

Just as a follow-up, I've just updated the stubs to include fuller auto-completion (i.e. parameters) and also guidance for the `machine` and `rp2` modules, including all the `PIO` stuff. I've...

@g3rv4 is this something you would be willing to accept a PR for? I'm facing the same issue; I don't have access to my host's database (masto.host) but do have...

NB: think the connection string would still be required for pinned hashtags.

Great! I think I've managed to put something together this evening (i.e. "works on my computer!"). Will give it a bit more testing and come back to you with a...

Draft PR with you for review. I've tested the `Tags: []` approach as well as the new API approach; I don't have a database to test against, however, so can't...

Figured it out: the problem _is_ those two Python scripts. I'm using PWM to make an LED fade in when there's an AirPlay session and fade out when the session...