Aleksey Smirnov

Results 62 comments of Aleksey Smirnov

@matt-j-m, judging by issues in the PHP repository, in PHP 8, after refactoring code, developers broke the deletion and renaming of occupied files under Windows. The problem is known, there...

It’s a pity, because transferring a half-dead project to a half-dead GitLab is the best way to kill this project... And [ionthedev/ReSprytile](https://github.com/ionthedev/ReSprytile) fork is more active than belzecue/ReSprytile.

~On Linux, ` "restore_on_startup": "none"` setting does not work. The editor still opens the folder from the last session.~ In version 0.146.3 the setting works properly.

I noticed that Gnome crashes if I close the PiP window of Chromium launched via XWayland. It would probably be nice to add some kind of check to the extension...

@rwols, all cargo actions from "Build With..." works fine. Could this be happening because I am using `CARGO_HOME` and `RUSTUP_HOME` environment variables, to redefine default locations for `.cargo` and `.rustup`...

To exclude all possible errors from my side, I decided to check everything in a virtual machine with a clean operating system. What I did, step by step: - installed...

On my multi-language site, registration works properly. Maybe in beta it was fixed... --- Grav v1.7.0-beta.4 Login v3.0.3

@pjkaufman I understood why this error does not occur to me. My site uses a self-developed theme that overrides many system layouts. On any theme using the ```templates\forms\form.html.twig``` from ```form...

For fast fix replace line 20 in: ```user\plugins\form\templates\forms\default\form.html.twig``` from: ``` {% set action = url(form.action ?: page.route ~ uri.params) %} ``` to ``` {% set action = base_url ~ form.action...

Is it related to this #43?