Dale Magee

Results 63 comments of Dale Magee

Use case: ```python from a_module import ( # noqa: I001 # functions do_something, # noqa: I001 do_something_else, # noqa: I001 # variables some_module_config_var, # noqa: I001 some_other_module_config_var,# noqa: I001 fifty_more_of_these,...

@dhruvmanila I actually tried that before posting. I don't think you're running the checker there? just the formatter? Isort rules are applied by the checker, not the formatter. I don't...

that is what I'm trying to do, and that is what I tried before posting. Maybe I got it wrong somehow. I'll try again when I have time. Aha, thanks......

HI There. Did you get anywhere with this? :) I'm trying to extract specific files from a multi-partition backup. hoping I can use this tool?

I have installed on a couple of raspberry pis running bookworm using the instructions @zagrim linked to, and can confirm that they work :)

@Bluscream this has to do with the change introduced in a recent python version which moved `MutableMapping` into `collections.abc`. Specifically it looks like you have a version of the `tornado`...

version 11.0, the one in f-droid On 20/8/24 04:56, Andrés Velásquez wrote: > Hey @AntiSol, this issue was addresed before (#51 ), are you using the latest version of the...

well that's weird. I just tried it again and it hasn't prompted me once. It was still installed though, so I'm not trying from a fresh install. It definitely nagged...

wow that's the fastest reply I've ever seen! Looks like I've used the wrong boot.img or something, I've now got the "orange state" boot loop. Looks like I'll have to...