Jan Losinski

Results 12 issues of Jan Losinski

This is mainly a RFC as I'm aware that it changes the current behavior quite a bit - and I'm fine to keep it as a fork. Still I'm curious...

If the match is partial we want the path of the route and not None, which would result in a dropped metric if filter_unhandled_paths is set to True and a...

This sets the working directory of pandoc to teh directory the source file lives in. This makes it easier to use resources located relative to the input file. An example...

The loop parameter was removed in python 3.10 and causes a TypeError there: ~~~ File "/usr/local/lib/python3.10/site-packages/aioelasticsearch/__init__.py", line 33, in __init__ super().__init__(hosts, transport_class=transport_class, **kwargs) File "/usr/local/lib/python3.10/site-packages/elasticsearch/client/__init__.py", line 205, in __init__ self.transport...

As the question in #2 shows the `--stack_only` needs to be mentioned and explained in the documentation.

This enables us to release any lock earlier in a multi-threaded environment Signed-off-by: Jan Losinski

This allows to use the code without the OpenFramworks code.

The exception is raised in Playlist rendering. The problem-album-entry ist the folowing: `{'album': 'Boh\xc3\xa8me', 'artist': 'Annett Louisan', 'date': '2004', 'file': 'mp3 Jan/Annett Louis ian/Annett Louisan - Boheme/(Annett Louisan - Boh\xc3\xa8me...

It is already possible to set this to the image builder but not to the container.

This exposes the options cpu_period and cpu_quota to the terraform docker_container resource and adds the convenience parameter `cpus` as it is used by the docker cli. See https://docs.docker.com/config/containers/resource_constraints/#configure-the-default-cfs-scheduler for upstream...