Johan de Jager

Results 11 issues of Johan de Jager

I am trying to run the tests locally but the command `python setup.py test` (as described in the docs) results in the following error: ``` get_test_suite (unittest.loader._FailedTest) ... ERROR ======================================================================...

![image](https://user-images.githubusercontent.com/9981548/78270699-78343980-750b-11ea-8ea6-351924566aea.png) This example claims a 53% decrease in latency, but for these two intervals there are only two measurements for this endpoint. Obviously, ridiculous to include a result like this,...

to-discuss

Guys, currently mean latency differences are only reported if the difference is at least 30%. Motivation was: differences less than 30% aren't really interesting. On second thought, I think even...

enhancement
to-discuss

Even when using streams, it uses the filesystem which makes it unsuitable for cloud platforms like Heroku and AWS Lambda.

I keep getting the following error: ``` Class \"Spatie\\LaravelIgnition\\Recorders\\LogRecorder\\LogMessage\" not found ``` in the file `spatie/laravel-ignition/src/Recorders/LogRecorder/LogRecorder.php` I suspect this is similar to: https://github.com/spatie/laravel-ray/issues/237 I "solve" it by putting `opcache_reset()` in...

### Description This proposal introduces a feature into Symfony Messenger which allows for messages to be rate limited, similar to Laravel's `RateLimited` middleware: https://laravel.com/docs/10.x/queues#rate-limiting In Laravel you define your limiter...

RFC
Status: Waiting feedback
Messenger

### Description This proposal introduces a feature into Symfony Messenger which allows for messages to be handled in a chained manner, similar to Laravel's job chaining: https://laravel.com/docs/10.x/queues#job-chaining In Laravel, a...

RFC
Messenger
Keep open

I am trying to generate `ImageMeta` for a `Post` model, which has an image stored in S3. When this image is uploaded, I calculate their dimensions, write that information to...

Fixes: #16 #15 Also, I added my IDE project folder to the gitignore

I have several javascript applications nested in my project, each having their own eslint configurations. I would like to be able to specify the directory in which the linting is...