Simon Lecoq

Results 119 issues of Simon Lecoq

**Is your feature request related to a problem? Please describe.** Nowadays it's pretty common to trim html page extensions from urls to make them nice and rememberable. (e.g. deno.com/blog, github.com/denoland/std,...

Closes #350 *PS: the diff is not that huge, most of the changed files are due to the addition of a jsonc parser package in the node_module directory* **Features:** -...

The GA significantly deviates from the deployctl, causing a lot of headaches and the need of hacks to make it work with "modern deno": - no auto-discovery of deno.jsonc -...

https://man.archlinux.org/man/extra/retry/retry.1.en It'd be nice to have a simple retry command With the new deno task dependencies, sometimes the parallel dependencies have race-conditions (e.g. they both initialize dependencies at the same...

Somewhat related to #100, but probably simpler to implement Combined with `&&` and `||` you can achieve basic logic which is already supported by the test runner https://www.man7.org/linux/man-pages/man1/test.1.html Examples ```shell...

Vercel deployment is currently broken because of this error: ``` error: TypeScript files are not supported in npm packages: file:///vercel/path1/.vercel/builders/node_modules/vercel-deno/dist/runtime.ts Error: Build script failed with exit code 1 ``` The...

To minimize maintenance, it may be a good idea to just repack packages published on npm.jsr.io back to npm.com May still need to rename/patch metadata in the package.json version though

The v2 ui is missing the systemerr tab ![image](https://github.com/user-attachments/assets/1e0c16ae-f7c7-427c-913f-f7ef7bfb9812) @ovh/cds

I have the following simple test case (which uses a custom executor) ```yml - name: ping vrack to vm type: docker-exec container_name: vrack-vm-on-trunk command: ping -c 4 -w 3 {{...