Morten Scheel
Morten Scheel
Sorry about that. I'll take a look at the failing test case. I'll probably have it fixed later this weekend.
Okay, looks like the tests are green again. Note that I've added `"cache_skeleton" => false` to the config file, which allows for faster installs (and tests). Regarding style rules, I've...
Yeah, I've just changed the `packager:git` test use packager-skeleton. I couldn't make it work earlier, but now it does. So... quite a lot of changes. I've tried my best to...
WTF. One of the tests fail now, but only in PHP 7.2. I'll have to install 7.2 and figure out why. I may not have time to fix it tonight...
The failing unit test was caused by a simple timeout, which is fixed now. > Have you tried installing a package with tests? So far I can't get those tests...
Sure, I'll see if I can find the time. If not, here are some link formats I've found: ```json { "textmate": "txmt://open?url=file://%f&line=%l", "macvim": "mvim://open?url=file://%f&line=%l", "emacs": "emacs://open?url=file://%f&line=%l", "sublime": "subl://open?url=file://%f&line=%l", "phpstorm": "phpstorm://open?file=%f&line=%l",...
What an elegant solution. And from a fellow Dane no less. I hope this gets adopted in a future version of Laravel.
In case anyone else got the `server.sockWrite is not a function` error, here's a modified version of the blade reload trick: ```javascript onAfterSetupMiddleware(server) { chokidar.watch([ './resources/views/**/*.blade.php' ], { ignoreInitial: true...
@adelf I wish I could, but the project is closed source. I'd be happy to beta test if that would help. Edit: Sorry, I misread your comment. Yes I'd love...
I'm using the latest stable version for Windows. If you need the exact build, I can find it on Monday.