Paul Spooren

Results 133 issues of Paul Spooren

Hi, I used this template for my bachelor thesis and many many other things, I'd be happy to donate some money. Is there an option for that?

question
feature request

This commit adds support for the OpenMetrics message format[1] which is equivalent to the message format of Prometheus. Its advantage is to be easily human readable as well as consumable...

I'm using GitLab and perform benchmarks on multiple rust tools. GitLab support the openmetrics format so it would be useful if it would be directly supported as a cargo-criterion output...

Hi, first of all thanks for this project, it serves the purpose very well! I'd like to write some tests where I run multiple commands in a row evaluate the...

Is it possible to add a mock to path? I have a script that calls i.e. the Linux `ip` command, I want to track that everything works as expected. For...

### Describe the problem Managing the screenshots is detected from the people changing the code, meaning screenshots likely get out of sync. It would be nice if the people creating...

enhancement
backlog

Hi, I'd like to schedule a *cleanup* job for all running workers, ideally periodically. Looking at [rq-scheduler](https://github.com/rq/rq-scheduler) I can't find any way to make it worker specific. Is there such...

I'm running jobs that may raise exceptions which would be forwarded to the user via `job.exc_info`. I wanted to test this by setting the queue to sync (aka `is_async=False`). Now...

This PR applied the black code style, adds it to the CI and README. The changes look big, however no functional changed are applied at all. The line length is...

Hi, I'm running rq worker using multiple work directories to work on files. I'd like to run multiple workers in parallel on a shared "meta workdir". However it could happen...

optimization