Morten Scheel
Morten Scheel
I've changed the way `packager:git` works. In stead of cloning the repository directly to the `/packages/myVendor/myPackage` folder, it is added as a VCS repository in `composer.json` and installed like any...
Hi. In stead of transforming file paths into spans, this changes them into links that open the file in PhpStorm on the approprate line. It's just a proof of concept...
### Versions: - ide-helper Version: 2.10.0 - Laravel Version: 8.65.0 - PHP Version: 8.0.7 ### Description: Running the `ide-helper:meta` command results in a _lot_ of services being skipped unncessesarily if...
The underlying react/stream package doesn't work in a normal Windows console [(issue)](https://github.com/spatie/phpunit-watcher/issues/82) A runtime exception is thrown with the message "Unable to set stream resource to non-blocking mode". It should...
### Processing indicator It would be really nice if we could have some kind of visual indication, that PhpStorm is processing the newly generated Helper Code. It's impressive how fast...
I found out it's pretty easy to generate a csv file from my eToro positions and import it in Yahoo Finance. The csv structure is pretty simple: |Column name|Data from|Note|...
I copy a bunch of people on eToro, and I'm trying to create a summary containing all my currently copied positions. By inspecting the requests, I've figured out that all...
On Ubuntu 22.04 in WSL2 (Windows 11). Installed git-butler from deb file, and then ran `sudo apt install -y -f` as recommended [here](https://gist.github.com/KroniK907/24c6edafa2b34af773dc9466dd7e4e00) Running `git-butler` results in this error message:...
If Symfony commands have a `protected $help` attribute defined, it will render this text in an extra "Help:" section at the bottom when invoking the command with `--help`. This text...
I know you rejected #186 but I hope you'll consider this PR for a couple of reasons: - This implementation is _a lot_ simpler and doesn't require any changes to...