Xavier Fournet

Results 11 issues of Xavier Fournet

As announced docker compose plugin v2 is GA and docker-compose is now deprecated. See https://www.docker.com/blog/announcing-compose-v2-general-availability/ It would be convenient to include docker compose plugin v2 too. docker-compose v1 can be...

tooling update

The code that permit to add Unix mode of an entry is only called when the computer creating the archive is not Windows. However it's perfectly legit to generate a...

### Minimal, reproducible example ```TypeScript export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=false npm install ``` ### Error string --> browser is not installed ### Bug behavior - [ ] Flaky - [ ] PDF ###...

bug
confirmed

### What is the bug? 'latest' version on NPM is 1.2.0 while version 2.x are existing too ### How can one reproduce the bug? ``` npm i @opensearch-project/opensearch grep @opensearch-project/opensearch...

:bug: bug

In v4 we used to write handler with a compact syntax like this ```typescript app.get("/response", (_, res) => res.json('ok')); ``` This was possible because; * from javascript perspective, express don't...

Critical package
Unreviewed

Graceful fallback to 'unoptimized' code when eval is not available (eg in a browser with CSP that don't allow unsafe-eval)

podman on Windows seems to work well, allow to use it with dive

### Proposed changes * Depend on @filigran/chatbot that is now published on NPM ### Related issues * Fix #13070 ### Checklist - [x] I consider the submitted work as finished...

bug
technical improvement
filigran team