Morten Scheel
Morten Scheel
Thanks @adelf I did mean the latest stable version of _PhpStorm_ for Windows :) Which is 2022.1.1 by the way, but the plugin still works. It is indeed faster than...
Yeah I know. I was young and ignorant and the feature requests just kept on coming. I'm in the process of refactoring it, but it's going to take a while.
Just to follow up, I've forked the project and added the functionality I needed: https://github.com/mortenscheel/etoro-api. Let me know if you'd be interested in a pull request. This is my first...
No problem. I've pushed a few changes to the fork, in case you want to get those as well. I assume you'll review the code before tagging a new release?...
Thanks. I don't know how to implement Demo mode for Mirrors. Should it just return an empty array? I've pushed an update that simplifies a few thing. I've dropped caching...
I had a similar issue, which I was able to solve by using [instantiateFormRequestUsing](https://scribe.knuckles.wtf/laravel/hooks#instantiateformrequestusing). Here's a simple example where the rules depend on a route param: ```php class SomeFormRequest extends...
@nerdrew I'm facing the same issue, and I've found an easy work-around that seems to do the trick. ```bash brew install mysql-client # keg-only, so it won't conflict with percona...
Is Torchlight abandoned?
@bepsvpt that was an easy 10x performance improvement 😂 Now it takes ~1 minute. I hope @taylorotwell reconsiders merging your PR.
> @mortenscheel just to know, which types of files takes more time? On my case #299, i had a couple of files with large arrays declared, just to understand the...