MusicalNinjaDad

Results 21 comments of MusicalNinjaDad

> Thanks, I'm definitely in favor of the docs changes, they look great! > > But I'm not so sure how I feel about the CI workflow. (I don't have...

Hi @Icxolu I have check running in IDE - how do you get clippy to run there, that would be really useful? I hadn't noticed `nox -x`. It may be...

Hi @davidhewitt This is now ready for review in my opinion, there are a few additional ideas which I have documented at the end of the PR. I would be...

I'd be happy to take a look at these, and have recently acquainted myself a few of the relevant areas of the code. Where I am unsure is how to...

> I think having a "info" level in addition to "warning" and "error" could be nice for some lints like PTH (`flake8-use-pathlib`), which i usually enable to remind me and...

Hi @MichaReiser , thanks. Yes, the issue was that I had no complaints when running locally but did in the CI. And the CI was correct - I had a...

Sorry, @MichaReiser , just saw your comment now. Maybe the presence or response of https://docs.rs/filesystem/latest/filesystem/trait.UnixFileSystem.html could be used? Then the implementation wouldn't be Windows / Linux / WSL / non-WSL...

Thinking about this some more @MichaReiser and reviewing #5735 & #5445 it looks like a WSL "Feature" that fakes *nix fs APIs for NTFS systems - so no way to...

Here's the output from the ext4 filesystem mount: ```console mike@MiBook:~$ mkdir tmp mike@MiBook:~$ cd tmp/ mike@MiBook:~/tmp$ touch testfile mike@MiBook:~/tmp$ ll total 8 drwxr-xr-x 2 mike mike 4096 Feb 24 15:25...

> * Create a temp file (there's a `tempfile_in` function) in the project root (should be stored in the settings) Maybe better to use the .ruff_cache directory to avoid any...