Mathieu Rochette

Results 71 issues of Mathieu Rochette

It would be nice to discover jobs looking at container and services tags (à la traefik) eg, in a docker-compose file : ```yaml labels: - ofelia.schedule: "@hourly" - ofelia.command: "touch...

enhancement

a very simple web ui could be interesting, I'd like to be able to list configured jobs (would help trusting #5 ) and later more features could be added if...

enhancement
help wanted

with the actual code, `docker run -d --name nfs --privileged cpuguy83/nfs-server a b c` generates: > a b c *(rw,sync,no_subtree_check,fsid=0,no_root_squash) this fix it so that it generates : > a...

I received an image to inform me that the version of Tor I'm running (this image) is obsolete : > Hi, > > You are running a Tor relay, which...

obfs4 repo has moved to gitlab.com/yawning/obfs4.git the build was failing with this error before: > $ docker build . > Sending build context to Docker daemon 150kB > Step 1/18...

| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass?...

I think [the example usage of `@psalm-yield` in the documentation](https://psalm.dev/docs/annotating_code/supported_annotations/#psalm-yield) is invalid (or at least incomplete) because if I try to execute that code it's not working : https://3v4l.org/O8Pbg

New lines are lost in descriptions, this breaks a lot of markdown code (titles, lists, code blocs, etc.) Space at the beginning of the first line of a bloc are...

I don't know how to explain it better than the issue title :sweat_smile: https://psalm.dev/r/79578e4ab5 not sure it's only related to `Weakmap`, but it works when using a plain array

# Feature request When wrapping callable, we might want to describe that the callable we return will take the same arguments that the one we got as an argument. (see...