Max Hollmann
Max Hollmann
This isn't complete yet, but I wanted to open a PR early to see if this is something you would consider merging at all. It's just a simple Grafana/Prometheus setup...
I tried setting up a project using hanami without `hanami-model`, instead using ROM directly. `commands.rb` doesn't check if `hanami-model` is installed though and always requires `hanami/cli/commands/db`, which obviously depend on...
Injects dependencies using methods on the class and instance: ```ruby module Test AutoInject = Dry::AutoInject(some_dep: 'The dependency').methods end class SomeClass include Test::AutoInject[:some_dep] end SomeClass.some_dep # => "The dependency" SomeClass.new.some_dep #...
Thank you for taking the time to work on a PR for Awesome-Selfhosted! To ensure your PR is dealt with swiftly please check the following: - [x] Submit one item...
Hey, I would like a way to inspect which files/directories take up a lot of space in my backups, both for new paths and new snapshots for existing paths. An...
I'm getting the error `unexpected error: Resource not accessible by integration` when running the version bump [here](https://github.com/maxhollmann/github-workflow-tests/actions/runs/4812439092/jobs/8567686804). Here's the [definition](https://github.com/maxhollmann/github-workflow-tests/blob/master/.github/workflows/release.yml) for the failing workflow.
We have celery send emails in bulk, and as soon as the concurrency is above 1 emails go missing randomly. Seems like a race condition in some `get emails ->...
I think this is correct, a comment in the same file even mentions that data is of type `list[T]`.