Silvio Knizek

Results 15 issues of Silvio Knizek

Hi, I'm thinking about a [dataclass](https://docs.python.org/3/library/dataclasses.html) containing all the [default variables](https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables) like ```python from github_action_utils import vars # vars.ci == True # vars.github.event_path == '/github/workflow/event.json' ``` and so on. So...

[`redis sentinel`](https://redis.io/docs/management/sentinel/) is a fairly easy way to make `redis` high available. [`django-cacheops`](https://pypi.org/project/django-cacheops/) has actual inbuilt support for this operation mode. ```python CACHEOPS_SENTINEL = { 'locations': [('localhost', 26379)], # sentinel...

enhancement

* Description of changes: Markdown tables with all necessary sides set render prettier, as there is no ambiguity about the cell content and the border. By submitting this pull request,...

Hi, when trying to compile the wayland branch with ```bash ./autogen.sh \ --prefix=/usr \ --libexecdir=/usr/lib \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-xsync \ --disable-render \ --disable-randr \ --disable-xpresent \ --with-gnu-ld ```...