Wim Reckman

Results 12 comments of Wim Reckman

I believe this is also the reason for [the build error](https://travis-ci.org/github/froala/nova-froala-field/builds/755066446). https://travis-ci.org/github/froala/nova-froala-field/jobs/755066450 ``` Loading composer repositories with package information Updating dependencies No output has been received in the last 10m0s,...

> wimski has written up a great summary and potential solution for this issue in 1830 In all fairness, it's not so much a solution as yet, more the desired...

Yes, the `ValuesOfCorrectType` to be exact. But it's hard to extend with all the `private` and `static`/`self` going on.

Removing all the static would make things already a lot easier for sure. https://github.com/webonyx/graphql-php/issues/851

@spawnia I've managed to put something together that does the trick, but I'm totally not sure if this the way to go. Just thinking out loud. #### New directive ```php

@gwachhamit I have no idea. This was just an idea that I tested out, but never actually implemented in any real project. So your guess is as good as mine....

~~This seems to be a memory issue with my specific application context. My bad :grimacing:~~ On second thought, here is some more information. The issue occurs when running my PHPUnit...

I have found a solution. The memory leak seems to stem from `register_shutdown_function()` handler being called over and over again. This little tricks makes my memory issue go away: ```php...

Created a pull request for this issue. I added an extra check to see if the url property of the ajax option is set: [pull request #40 ](https://github.com/biggora/bootstrap-ajax-typeahead/pull/40) Also added...

I think this is related to https://github.com/daniel-de-wit/lighthouse-sanctum/pull/71