Matthias Glaub

Results 7 issues of Matthias Glaub

This adresses #52 `ClassLoader::findFile($class)` does not even include the file, it just checks if the Loader finds a file within the configured autoloader config.

I tried to get the github actions / workflows running. Maybe it needs some configuration by the maintainer.

If there are urlencoded strings then the search within the filesystem will fail. This PR fixes this by adding `rawurldecode` to the path before resolving the asset.

When a path is not existing/readable and `laminas/laminas-db` is not required within the project, the following error came up in my project: ``` ====================================================================== The application has thrown an exception!...

Hi, I'm currently using a http backend with caching and superuser check enabled and observed the following behavior: As a superuser, for every subscribed topic the following happens: * the...

Signed-off-by: Matthias Glaub I had the case where I needed to merge jsonb values done within the `ON CONFLICT` clause. e.g.: ``` ON CONFLICT (time, location) UPDATE SET data =...