Allan Simon

Results 105 issues of Allan Simon

https://github.com/mgedmin/djdt-flamegraph/blob/70a3a2c297fd0da6b175d9fd24bdc555890b885c/djdt_flamegraph/djdt_flamegraph.py which was made after this issue https://github.com/23andMe/djdt-flamegraph/issues/5 where the author is telling he see signal being delayed because of C extensions Is it something you've encountered too ?

With this error , https://github.com/EasyCorp/EasyAdminBundle/issues/3715#issuecomment-999616605 (the work around seems to work) I think it's because the process is kept alive so some stuff are kept initialized and not cleaned across...

i.e in pages like `employees?direction=desc&page=1&sort=e.lastName` the `sort` and `direction` stay to the one of the cold request, i.e if you do quickly a second request that change this, the new...

I have a custom runtime that is like this ```

For example being able to do ``` 'preview' : 'selector' , 'selector' : '#mydiv' ``` and being able to have the preview in that div I already implemented it here's...

instead if people do need it we force them do to ->setStripTag(true) before Example to reproduce create two entities Comment and Author in the Comment crud controller do the following...

see https://github.com/Troopers/MangopayBundle/blob/master/Helper/PaymentDirectHelper.php#L62-L69

``` php $cardRegistration = new CardRegistration(); $this->get('troopers_mangopay.payment_helper')->createPreAuthorisation($cardRegistration); ``` as createPreAuthorization does not take a cardRegistration, i guess you meant: ``` php $this->get('troopers_mangopay.card_registration_helper')->createCardRegistrationForUser($user); ```

### Description `$this->redirect($url)` allows one to redirect to any arbitrary URL which could lead to the server to redirects to `hacker.example.com` , especially in sufficiently complex code where `$url` could...

Feature
HttpFoundation
HttpKernel
FrameworkBundle
RFC
Stalled