Jean Claveau

Results 19 issues of Jean Claveau

Hello! Needing to control `Vagrant` from `Ansible roles` or `playbooks` (for cluster testing purpose), I had to write a collection of modules to handle `Vagrant commands` and `Vagrantfile`. For this...

Hi @jkoudys , Thanks a lot for sharing your super-accurate work. I have a question concerning Immutability. Presently, you make your collections immutable by calling `return new static(SplFixedArray $fixedArray);` at...

While running `yarn setup:local` I get `Error: unknown command "r" for "yq"` I installed yq on Ubuntu using `sudo snap install yq` In version: ``` yq --version yq (https://github.com/mikefarah/yq/) version...

I currently use kcov for my tests of a script located on my host. This script run some commands in a docker container, including shared code between the host and...

The current options --include-pattern / --exclude-pattern are based on the filename but some bash code can have no extension if having #!/usr/bin/bash as header. Would it be possible to provide...

## Bug report ### Required System information - Npm version 8.12.1 - NodeJS version: v16.15.1 - Strapi Design System version: @strapi/[email protected] - Browser: Firefox ### Describe the bug Adding a...

## Bug report ### Required System information - Node.js version: v16.15.1 - NPM version: 8.12.1 - Strapi version: @strapi/[email protected] - Database: sqlite3 - Operating system: Ubuntu 20.04.4 LTS ### Describe...

issue: bug
severity: low
status: confirmed
source: core:strapi

Hello! Based on your work, I redevelop this module fitting `Ansible guidelines` and `Continuous Integration` `quality standards` so it is `maintainable`. To achieve this, a full refacto with required. As...

- Add GENERATE_TYPES_SYNCED_TS_FILES="my-synced-types.d.ts, my-second-synced-types.d.ts" to your .env (support for several files is for not fully configured monorepos like in my case) - Create/udate/delete a collection, a field or a relation...

This PR allows to use Javascript's `Sets` as `selected-dates` to handle uniqueness automatically if wanted. - https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Global_Objects/Set I placed it into `useCommon` as it seems to be the natural way...