Boris Momčilović
Boris Momčilović
> Hi, I'm having almost the same issue. > > I use the docker image, exposed with traefik (which handle letencrypts). However while I start the docker with `-e APP_URL=https://mydomainname`...
I don't think they're merging any of recent PRs though.
It seems that setting ```yaml build-options: strip: false no-debuginfo: true ``` At the top level skips stripping (for all modules) and later overrides per module seem to work. Hope this...
This is actually present since [PHP 8.1](https://www.php.net/manual/en/language.types.never.php) if you have configured `uopz.exit=0`. I've submitted a PR which should sort it, but in case it doesn't get merged you could either...
`uopz_allow_exit` was initially implemented to allow testing code that does `exit()` (otherwise hitting exit terminates test execution as well). On the other hand, `never` return type (which appeared later) is...
Perhaps you're looking for #4 ?
As far as I can see this codebase is pretty much dependant on old implementation of driver (type hinting). One of possible solutions would be to use interfaces for hints,...
I've done some work on my fork, but there's so many things that have changed in drivers. Some of monga functionality will have to be dropped. Most notable changes are:...
> > Since everything in `libs/` gets autoloaded by composer > > Is that true? I don't think that's true. My project has Smarty modifiers and functions overridden. Smarty loads...