Leander

Results 8 comments of Leander

> Hey @LeanderFS --- Thanks for submitting this comprehensive issue to us. It sounds like you've already done the legwork and have a good headstart on the solution for documentation!...

@bdenham Thanks for the heads-up! I've glanced over the new (and improved!) page builder docs and I feel they are way more descriptive and clear. When I have more time...

I was looking for a fix for this as well, couldn't find anything about it in the docs so I decided to recreate it from scratch (using the uglified code...

Same issue here with nl_NL as locale. Reproducible with ICU 74.1 ```shell $ php -i | grep 'ICU version' ICU version => 74.1 ```

@InpsydeNiklas I've opened a PR aiming to fix this issue, could you have a look when time permits please?

The problem is located in the `setCwd` function which contains an `exec` call to get the current working directory. In the current code it is assumed that `exec` returns a...

@jooname Fixed PR conflicts, is it possible you could take a look at this?