Aleksey Smirnov
Aleksey Smirnov
I would also remove `Current` from `Reload Current Project`. Because neither `Close Scene` nor `Close Project` contains it.
I'll just leave it here: https://projectfluent.org
I've run into what I think is a similar problem. If you add a script to Autoloads, then enums and classes from it can be used in other scripts, but...
> Most probably due to > > `chrome://flags kyber` Thanks, disabling this option worked for me too.
@ydbilgin, copy bat file and replace in it modeset (-1, ..., -5) with full set of args: ```md LEGACY modesets: -1 -p -r -s -f 2 -k 2 -n -e...
Same problem on Windows
Sorry, I've never used WSL and don't want to spend time installing/configuring it. To immediately delete after checking. But I can send any logs, or check any test versions/scripts (for...
Well, I'll play around with xdebug, maybe I can find out the reason.
Update process breaks here: https://github.com/getgrav/grav/blob/4149c81339274130742831422de2685f298f3a6e/system/src/Grav/Common/GPM/Installer.php#L308-L314 when `$file->getPathname()` is `bin` It's as if the `bin` folder cannot be deleted because the `gpm` script is running. --- Yeah, if I add ```php...
The problem only occurs on PHP 8 (8.1.27, 8.2.16, 8.3.3). On PHP 7 (7.4.33) the installation proceeds without errors. Apparently the behavior of the `unlink()` was changed in PHP 8...