Kevin P. Fleming
Kevin P. Fleming
I have wanted this for a long time as well, and I would call it "except boosts of posts that are already in the timeline" under "show boosts". I'd even...
I have not yet, sadly, other projects have gotten in the way. It's getting close to the top of the stack though!
I see this behavior as well, on Debian Bookworm.
I've just had this fire on an Ansible plugin module which does not have any type annotations. For now I'll disable RUF012 and hope that #5275 resolves it.
[Here](https://github.com/kpfleming/ansible-systemd-networkd/blob/e9960a08dc08bb9cc5dfae26ea2751c1ea45419d/src/roles/bond/meta/argument_specs.yml#L118)'s an example from a role I just built in the past week: `members` is a list of dicts inside an outer list of dicts.
I've just opened #1393 which addresses these same issues and many more (including answering some of the questions this PR's creator never got answers to). Maybe that one will get...
I've just performed the switch on the first of my four 3EMs, and it worked perfectly. Thanks for the patch!
I just found the OP's StackOverflow post and used it as a guide to implement type annotations for my hookspecs; the content in the first post of this issue is...
It seems like a workaround for this would be to delete the SQlite3 database that `s3_media_upload` uses as a database cache; it will no longer know what it has previously...
I just found this issue after preparing a PR to add support for multiple domains in the query... I should have looked here first :-) I agree with @bendem that...