Tobias Schmidl

Results 6 issues of Tobias Schmidl

This part here https://github.com/alexandrevicenzi/Flex/blob/a2b7d6de370779679875eb199279d3deea08f30f/templates/base.html#L222-L228 could be extended to promote the `rel="me"` attribute for _all_ social links. This is according to the [corresponding microformat](https://microformats.org/wiki/rel-me) and would be helpful for a [Web...

feature

I've expanded on #120 and extended from there. What do you think?

Python 3.9 [removes](https://docs.python.org/3.7/library/asyncio-task.html#asyncio.Task.current_task) `Task.current_task()`, which was deprecated since 3.7. AIOHTTP [adopted these changes in 3.0.8](https://docs.aiohttp.org/en/stable/changes.html#id383). Therefore, at least 3.0.8 is necessary for working with newer versions of python - but...

bug

@kergoth's vim plugin for bitbake is more or less the default for bitbake. We should integrate it here.

These metalinks try to reproduce some features from Wordpress, like pingbacks or webmentions. Additionally, we want to be able to easily link against a self-hosted PGP key.

As a normal user, I want to be able to display my Mastodon profile on my Nextcloud profile page with the "rel" attribute set to "me", so that I can...

question