-
When i'am using the following code as client :
``` php
use Goutte\Client;
$goutte = new Client();
$guzzleRequest = $goutte->getClient()->createRequest('get', 'http://localhost/cookies.php');
$guzzleR…
-
The error I got is :
An exception has been thrown during the rendering of a template ("You cannot change the data of a submitted form.") in SonataUserBundle:Security:base_login.html.twig at line 86.
…
-
i'm using request mock in my python package and i'm suck with a weird issue.
i need to use the mocker of other package instead of doing a http request but this one is async, so this doesn't work in…
-
when i try to use the command: php app/console doctrine:database:create
i get this error:
[Doctrine\Common\Annotations\AnnotationException]
You have to enable opcache.load_comments=1 or zend_optim…
-
We should follow sklearn's example and use RandomState for any random variable or random process generation.
makes it easier to initialize with seed and will work better with parallel processing.
-
Is it possible to execute some tables within a page with Slim and others with FitLibraryServer?
I need features of both systems and would like to be able to interpret and runs some tables within the …
-
### Current behavior:
Based on the project: https://github.com/cypress-io/cypress-test-nested-projects
I'm trying to use a reporter (In these case [mochawesome](https://github.com/adamgruber/moc…
-
generally only when i first run tests though. afterwards, the error doesn't pop up again. URGHHH
-
It would be great to have fixture support (similar to Rails' ActiveRecord::Fixtures) that allows for clean spec setup and scenarios.
-
I just added some ACL stuff to my project and now, when clearing the cache with
```
php app/console cache:clear --env=dev_frontend
```
immediately I got the following error:
```
PHP Fatal error: C…