b3n
b3n
Could be closed by just testing if the built-in RSS support of mastodon as described under: https://www.chefblogger.me/2022/10/29/mastodon-troets-als-rss-feed/ is sufficient.
Functionality of the bot: - [ ] Stream by [HashTag](https://mastodonpy.readthedocs.io/en/stable/10_streaming.html#mastodon.Mastodon.stream_hashtag) - [ ] Stream [User Timeline](https://mastodonpy.readthedocs.io/en/stable/10_streaming.html#mastodon.Mastodon.stream_user) using [markers](https://mastodonpy.readthedocs.io/en/stable/11_misc.html#markers):
With the rss option for now adding the actual mastodon bot became low priority but is still a goal for the future
Consider not (only?) using a presenter but a connector
Testing the migration could include: - e2e tests based on: https://github.com/taranis-ai/taranis-ai/pull/502 - testing one-off triggers and schedule updates from core => unit tests for: https://github.com/taranis-ai/taranis-ai/blob/feature/prefect/src/core/core/managers/queue_manager.py which could be done by...
> I propose to change the docker compose config for prefect like described here https://docs.prefect.io/v3/how-to-guides/self-hosted/docker-compose In a final version this separation could be beneficial, but I would propose to start...
This is a good point The guard is just a nice "hack" to block the unmerge in the frontend. In core there is an 'actual' check for this: `Story =>...
## Concept event propagation: ### A user wants to create or update a resource (for example creating a new user under `/config/users`): We evaluated multiple approaches and decided on the...
Implemented with #675
An alternative could be to just add hints to EditConfig and set them via a process similar to how rules are set right now.