Max Mulatz
Max Mulatz
Regarding maintainability and easy headstart for new developers, it could make sense to format the whole project with Elixir's _"new"_ [code formatter](https://hexdocs.pm/mix/master/Mix.Tasks.Format.html). After this is done, we could even add...
During the hacking session on #338 , it seemed like the `watch` task was not listening for changes in the CSS files ⚠️ We should verify whether this is really...
I just came across [this tweet](https://twitter.com/NotionHQ/status/1336375721757851649?s=20) announcing the [public API](https://www.notion.so/api-beta) for notion.so. As long as it is in private beta, there is no point for Tickety Tick to switch to...
Edition three of #178… This is only a draft for further discussion on the topic. I did not want to override things in #184, as there are some slight adaptions...
Check [Manifest v3 update](https://blog.mozilla.org/addons/2021/05/27/manifest-v3-update) whether we need to update the extension manifest.
The Github-release workflow sketched out in #249 uploads a bundled Chrome release to Github. The contents of this archive are intended for "local" installations in Chrome. Due to Mozilla not...
As mentioned in #829, restrict the access to the `conferences#new` (and related `create` etc.) actions to those users who have the ability to do this. Use `cancancan` to ensure this...
Bump version to v5.2.0.
GitHub's [projetcts](https://docs.github.com/en/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects) have changed a lot and our GitHub adapter currently does not work for them any more. With project's `v2` the most notable change is probably, that projects are...