jlefebvre1997

Results 10 issues of jlefebvre1997

Jérémy Lefebvre, Développeur

signature

Hi everyone ! I tried to install awscli-local with ebcli v3 but : - awslocal requires six, which requires botocore >= 1.20.0 - latest ebcli (3.19.3) requires botocore < 1.20...

Hello there, I have a specific use case where I need to load 2 gtm scripts from 2 different sources (the default google one, and a custom source). Is it...

### Description disclaimer : I'm using NestJS but I don't think the issue is related When trying to serialize an object using `instanceToPlain` with serialization groups and a nested object,...

type: fix

### Description of change Fixes #11167 Implements cascade remove behaviour and fixes test, + ensures listeners are called on cascade-removed entities ### Pull-Request Checklist - [x] Code is up-to-date with...

### Issue description Cascade: ['remove'] does not behave as it should ### Expected Behavior I would expect the related entities to be deleted at the same time as the parent...

bug
requires triage

Hello there :wave: I'm using nestjs-paginate for my project, and as far as it goes everything is perfect, except this one thing : I'm trying to sort my data by...

waiting user feedback

At the moment, since filtering on relations act as a simplified left join, if the requested relation is null, the results are not included. I think it's not the right...

waiting user feedback

For exemple, if I filter my `cats` by `toys.name=$not:$eq:pillow`, if some of the cats have a toy whose name is `pillow`, they will still appear in the filtered results, only...

waiting user feedback

Hello there, Here's a fiddle with minimal reproduction : https://jsfiddle.net/3kwu8odv/ You just have to click on the align buttons, it will trigger the error in console