Bastien Serprix

Results 8 issues of Bastien Serprix

## Expected Behavior Log in once, then stay logged without having to request / validate a token. ## Current Behavior On each request, the verification of "logged in user" is...

It seems that the `checkUniqueEntity` validator is missing a big point : if I'm updating an User entity , leting the unique field `login` with its original value, the validator...

I think i'm facing a huge error of conception here :/ My problem is that I have one Form Type, but it is rendered multiple times into a single page...

bug

Hi everyone, I tried to install php-phantomjs on a Symfony 3.3 project, that use also twig ^2.0 (but I could set ^1.0 without any problem I think). My problem is...

### Please confirm that you have: - [X] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional...

Type: Bug
Area: @shopify/theme
prioritized

### Request Add nonce csp to `` and `` tags in blade views. Actually when I'm reaching my app, I've got CSP issues : ![image](https://github.com/Kyon147/laravel-shopify/assets/3809299/97a4f179-16a8-4eda-814c-599a9ae0456d) ### Solution By adding `nonce="{{...

In `getClassNameForRelationships` methods, usage of `class_basename` allows to get the class without the FQN, causing an issue when multiple classes are called with the same base name in the project....