hubertnnn

Results 14 comments of hubertnnn

I do like the idea of linked data, in fact I came here to suggest the same. Though it might require a bit more complex sourcing. My example would involve...

@pimjansen Your solution is not that far from mine. I did not show the providers part cose I am not sure how the providers should be loaded in the standalone...

I personally use those depending on context: In libraries - I use Constructor injection when possible (so I can use the library also without Laravel) - If not possible and...

@alexkuc Not true. In fact, using facades is the easiest way for testing since facades where designed for easy testing in mind. Also if you are using the new Octane/Swoole...

It is committed. So far i tried to understand why its trying to mess with files only on the production server while behaving correctly in development, test and even staging...

@stof I know, that is why I suggested `post-require-cmd`. This way you would have granular control over scripts executed during all 3 commonly used commands: - `composer install` = `post-install-cmd`...

I think what you need here is threads. The main difference between coroutines and threads is that with threads some external system (usually the OS) has the ability to take...

That won't work. The example I showed was a simplified version to show the problem. The singleton is a third party class, that a lot of other third party classes...

What you suggest is the question if we can trust our own DNS records. Depending on who and how can enter them we might or might not trust them. Maybe...

I have the same issue after reboot, but when I disabled and reenabled the extension the effect was not correct any more. All the windows are offset by 50% of...