Logan Pulley

Results 7 issues of Logan Pulley

I have three Raspberry Pis (B2, B+, B), an Arduino Mega 2560, and eight floppy drives set up and ready to go. First, I want to construct a wooden frame...

Hi! I'm new to using this package. I've got it installed via NPM, and I noticed that the given examples for version 5.0.0 conflict with the types VS Code was...

The Python repository glob includes/excludes may not be sufficiently filtering unnecessary files on Windows. > I’m guessing we need to add a pattern for windows as well. If you don’t...

help wanted
type: toolchain

For voiceover capability. This would pair well with #41 to really leave nothing out.

enhancement

When `ruff.toml` changes (e.g. `git checkout`) and the new contents are unparseable by the running Ruff server (e.g. addition of `builtins-strict-checking` with an already-running pre-0.9.6 Ruff server), the Ruff extension...

enhancement

`ImageOp` creates the output file before writing to it (of course), but if writing the image into the file fails with some error, the file is left around (despite being...

It doesn't seem quite right to me that `resize_image`'s output filename hash reads the *path* of the input file; shouldn't it read the *contents* instead? That way: - if an...