Nigel Greenway
Nigel Greenway
I'm proposing removing the use of wget for two reasons: - Using wget was set to `--quiet` which hides an error message around using the `--no-check-certificate` but users can't see...
It seems like this is the better solution as it is all native to SlimPHP, but is this the right right to go, as they both use the PSR interface...
See [here](http://reactphp.org/event-loop/#loop-implementations) about supported PHP extension's to enhance performance of the event loop within ReactPHP.
This will allow a debug/profile bar to be added by default.
When trying the same as the first example you have in your README.md file, calling `$this->client->response->getBody()->getContent()` returns `""` in my test meaning the following does not work: ```php $this->client->get('/'); $this->assertEquals('Hello...
@cdrx What are you thoughts to creating an end point to remove containers from Rancher? My use case is I use this currently to add and push changes to review...
New to SL2, and enjoying it very well, but in Netbeans was quite nice to build entities & rebuild within the App? Would this be a possible add on to...
Started using your Service Provider and when I try to get a my table `menus` it returns the data fine, however if I try another table `menu_categories` it returns the...