pajowu
pajowu
In #1382 I added the feature to send emails based on checkin status. I am currently working on a plugin that would benefit from adding an own filter there. Would...
Based on https://robot.your-server.de/doc/webservice/de.html#storage-box
Hey, i'm working on a project called [audapolis](https://github.com/audapolis/audapolis) which is based on speech recognition. For this we also created a [library for speaker diarization](https://github.com/audapolis/pydiar), which is currently based on your...
This is the same bugfix as in https://github.com/audapolis/pydiar/pull/2/files#diff-1b33447d4f81a572a4bd2efcfc589429bd23238f3127b848463ad6a08e6d131bR446
Closes #478
## What does this do? This pr changes the type hint of `get_route_name` to accept a `HttpConnection` instead of a `Request`. All information `get_route_name` needs is already provided by the...
### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Steps to Reproduce 1. Checkout the nightly self-hosted repo into an existing project 2. Run `install.sh` ### Expected Result Upgrade runs successfully ### Actual Result...
There is at least one race condition when creating a pygtail instance at the same time a logfile is rotated, which can lead to impossible offset files being created. A...
When using `gzip.open`, the mode `r` means `rb`. We want to open the file in text mode, so we have to use `rt`. Otherwise this lead to crashes if the...