Maxime Meriouma-Caron

Results 5 issues of Maxime Meriouma-Caron

I'm not sure if I got the doc wrong, but I have a project with multiple folders and when running CodeQL on a single sub-folder using `source-root` like this :...

enhancement

I'm developing a React library and I'm using `yalc link` to use the development version in a storybook project. - packages - my-react-lib - storybook I'm doing `yalc publish` in...

**Description** I'm running Dockle on a Docker image, using `-f sarif -o output.sarif`, and then I'm using the action `github/codeql-action/upload-sarif` to upload the file to GHAS. The action fails to...

bug

I was using the ChosenValueListBox, and you can pass a Renderer in the constructor, but the value returned from the Renderer is set as the text of the option, you...

suggestion

### Expected Behavior Everything is described in [this discussion](https://github.com/micronaut-projects/micronaut-data/discussions/2130) ### Actual Behaviour Using a `@Relation(Relation.Kind.EMBEDDED)` on a List field throws an error that List is not annotated with `@Embeddable`. ###...