Laurent Bonnet

Results 95 comments of Laurent Bonnet

@nino-filigran @Jipegien happy to get your feedback on this one :)

> at some point, knowing when a task is finished and providing feedback to the user will be needed. Indeed it makes sense. That's the point of my suggestion, some...

All observables I've tested are problematic. They might show a different error banner than the one in my screenshot (probably the low-level graphql error), but never highlight in red the...

The issue as a whole was not addressed, only errors related to "associated file" field that were not properly passed down to the component and displayed as form validation. The...

https://mui.com/x/migration/migration-pickers-v6/

Checkout `userFilterStoreElements` function, that checks if a user has access to a given element checking markings, granted refs But this function does not check the confidence.

@nino-filigran in our PR we chose to treat merge operations like deletion, because ultimately some entities are indeed deleted. This means we cannot merge 2 entities if we do not...

To clarify, example: * entity FRA + Malware X `targets` FRA * entity France + Malware Y `targets` France -> Merge FRA into France ; expected result: * entity France...

Note that PR #6893 will not prevent these errors from happening, but will throw meaningful errors instead. If an ingester is configured to used a mapper, and this mapper has...

@richard-julien I've updated this PR after our latest discussions. I did not use an array to define the possible sorting on an object, as it's impossible right now to do...