Tim Weber

Results 47 comments of Tim Weber

Thank you for that workaround! I'm using a `date` dictionary, my front matter looks like this: ``` date: created: 2025-11-15T22:25:53+01:00 ``` I have configured [`date_from_meta`](https://guts.github.io/mkdocs-rss-plugin/configuration/#date_from_meta) accordingly. If anyone else is...

Thanks for the explanation. Makes sense that it works like this. And you're right, the API docs mention it pretty explicitly. Maybe adding it to the `hcloud-python` docs for the...

Forgot to mention in the original report: I saw #5469 when looking for related issues which claims that this is fixed in ≥ 5.15. Maybe it's a regression?

This was supposedly fixed by #5626, which is unreleased as of today. The current version, 3.17.0, was released two days prior and doesn't have that fix yet.

As far as I can tell, hashtag autocomplete forces everything you've typed to lowercase, not just the first letter. For example, if I type `#starf`, and pick `#StarFleetAcademy` from the...

@ClearlyClaire While the lowercasing of the typed part indeed seems to have been fixed in 4.5.3 (thanks!), the part where `#FanFoo` becomes `#fooFoo` (see [my previous comment](https://github.com/mastodon/mastodon/issues/37153#issuecomment-3632319555)) apparently has not....