Simon de Vlieger

Results 183 comments of Simon de Vlieger

There's more systems that are not installed through Anaconda (the ARM version often gets installed from an image, virtual machines at cloud providers, etc) so I wouldn't special case it...

> The field `reason_change_group_id` is currently utilized only by `dnf5 mark group ` command to change the reason of an installed package to the `group`. In dnf5 it is not...

I'm seeing the same behavior where it's corrupting f-strings by adding newlines inside replacements. Using autopep8 2.0.4 and Python 3.12.0. ``` autopep8: commands[0]> bash -c 'python -m autopep8 --diff --max-line-length...

@hhatto correct, I personally feel like `autopep8` should likely leave any indentation (including newlines) in multi-line strings alone. There might be some discussion to be had about things that are...

@mvo5 That's a very interesting observation especially as you have the same versions of Python installed in the virtual environment and outside of it. Could you show the output of...

@shtlrs Keep it, I'll take a look tomorrow (or today) (thanks for the ping).

Actually this is good as-is; we can iterate on it.

I would assume the same. It seems the data is already stored with CRLF line endings in the database as requesting the hex view shows the `\0d\0a` bytes directly. As...

Going through them. 1. Can't be guaranteed due to caching but might be nice-ish. 2. Other programs and websites exist for this, it's a difficult battle with illegal and copyrighted...

As you've probably seen in #229 as well the way `pinnwand` does configuration is naive and not very good. It'd be nice to maybe upgrade this issue a bit to...