Christian Haudum
Christian Haudum
There are cases where you want to generate log lines directly in your application. Therefore it is necessary to make the module `github.com/mingrammer/flog` importable in other projects. Moving the code...
Signed-off-by: Christian Haudum
* Additionally the `setup.py` file is simplified. * Tests automatically enforce `flake8` by using the `pytest-flake8` plugin.
Inserting a timezone aware `datetime` object using SQLAlchemy fails, even though, the object could be serialized into an ISO-format string that contains a timezone offset. https://github.com/crate/crate-python/blob/master/src/crate/client/sqlalchemy/dialect.py#L123-L125 ```python from datetime import...
**What this PR does / why we need it**: See individual commit messages.
**What this PR does / why we need it**: `removeBlockDirectory` is called by the cache when an item is evicted. The cache key and the cache value are passed to...
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: **Checklist** - [ ] Reviewed the [`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md) guide (**required**)...
### What this PR does / why we need it: From https://systemd.io/NETWORK_ONLINE/: **How do I make sure that my service starts after the network is really online?** That depends on...
This fixes on the one hand a syntax error in the string formatting performed within the `__str__` method by removing it and relying on the method provided by the dataclass....
**What this PR does**: The newly created DynamicReplicationReadRing interfaces extends the ReadRing interface with the new function that allows for getting instances of the ring based on the provided replication...