James Wade

Results 26 comments of James Wade

I'm getting: `Failed to send "aggregate" command with database "xxx": Failed to read 4 bytes: socket error or timeout` It should be possible to set the timeout time at config...

Cross browser support seems to be a more widespread issue: http://www.browserstack.com/screenshots/6a7d3d6c0d91bb26bfbc46b18c0eeed15b132381 Perhaps disclosing which browsers are supported and known issues might help avoid frustration.

As it turns out a StreamedResponse will always return false for `getContent()`. See: https://github.com/symfony/symfony/blob/6.1/src/Symfony/Component/HttpFoundation/StreamedResponse.php#L121 However, when I get the headers, I would expect a 'content-type' and a 'content-disposition', but neither...

I too am getting this error: ``` Traceback (most recent call last): File "/Users/user/Sites/property-reports/chart.py", line 29, in ch = chartify.Chart(blank_labels=True, x_axis_type='datetime') File "/usr/local/lib/python3.9/site-packages/chartify/_core/chart.py", line 116, in __init__ self.figure = self._initialize_figure(self._x_axis_type,...

I'm also seeing this issue. Essentially after doing `composer require spatie/laravel-settings` which brings in `"spatie/laravel-settings": "^2.4"` into `composer.json`. Once installed, it seems to try and include every php file when...

Hey @rubenvanassche , Thanks, as far as I could tell the auto discovery process tries to include and load every single php file in your application. For us, and presumably...

I think a breaking change of moving all settings to a settings directory is a good idea in the long run, if people don’t want that they can simplify modify...

I also had an issue with this package, couldn't get it to work at all...

:+1: for ZURB Foundation and SASS.