Sam Mousa

Results 160 issues of Sam Mousa

I just created my first issue (#8099) and a PR to fix it. My knowledge of how psalm is created / structured is therefore very limited. It occurred to me...

### What steps will reproduce the problem? Generate a model in a scenario where the "base" namespace is nested, for example: ```` base: vendor\package controller namespace: vendor\package\controllers model namespace: vendor\package\models...

type:bug
status:ready for adoption

I'm trying to use this filemanager inside a PHP MVC environment. Ideally I'd like to load the FileManager class and provide it an argument so it knows where to look...

It seems this adapter fully ignores a configured path prefix.

This adapter has a configuration option called `$root`. It is not documented but I think it is supposed to do something like `$pathPrefix`. In practice however it doesn't really do...

### Summary When creating a form according to the basic example on the website there is some configuration that leads to multiple and inconsistent updates to form values. ```svelte

bug

Seeing as there have been no commits for about 9 months, no replies to issues or PRs, should we conclude this project is dead? @janeczku should we consider looking for...

I just found out about this project since NPMJS has some issues. I also ran into Verdaccio while looking for alternatives / solutions. For me the primary selling point of...

Instead of passing in a response object the `JsonApi` class should use a `HttpFactoryInterface` to generate the response if and when it is needed. This will break backwards compatibility and...

Currently this module adds support for a combined set/add which overwrites or adds a header, meaning the value of the header is always changed. It would be great if it...