Ulrich Vandenhekke

Results 9 issues of Ulrich Vandenhekke

Hi I propose you a pull request to fix bug #17 that i have when observing global metrics: ``` [api] TypeError: Cannot read properties of null (reading 'finishedOn') [api] at...

Hello, Can you add a protection to check the job is not null ? ``` [api] 2022-03-20T09:54:56.617Z [ ] error: uncaughtException: Cannot read properties of null (reading 'finishedOn') [api] TypeError:...

Hi, I have a little question about security. What about unsure user ? For all process executed on the client side, we can't trust the user. The user can change...

The problem is that if * the directory contains curly brace (it is the case on our jenkins environment, because it is used to group job {PROJECT1}Job1, {PROJECT1}Job2, ...). So...

bug
accepted
repro:yes

Hi, Can you upgrade to ioredis 5.* ? Thanks

Hi, Great tools in waiting of an implementation in docker-compose. My folder contains dot (like passprotect.shadoware.org) but a service can't be created with dot. It will be great if we...

Actually the module create temporary file (html, and pdf) for the generation of the pdf. Can the plugin remove them when the pdf is created (or in case of fail)...

I propose this PR to fix #98. There is two modification : - include global pattern even when package individually is true. - add an optimisation to not read the...

Hi, I have a serverless.yml where i set some file to remove and to keep: ```yaml package: individually: true excludeDevDependencies: false patterns: - '!./**' - '!node_modules/@aws-sdk/**/dist-es/**' - '!node_modules/@aws-sdk/**/dist-types/**' - '!node_modules/@smithy/**/dist-es/**'...