Geert Eltink

Results 47 comments of Geert Eltink

If it gets merged than sure, if not than I don't see a point in keeping this PR up to date for so long.

I'm not sure if it is useful (although others might think it is). There is already a way to create [custom exceptions](https://docs.zendframework.com/zend-problem-details/quick-start/#custom-exceptions). ```php namespace Api; use DomainException as PhpDomainException; use...

Thanks for the explanation. If you want to create a PR, that would be awesome.

Thank you for reporting this issue. However this is not something we can fix. I've opened a phpcs issue with the info you provided: https://github.com/squizlabs/PHP_CodeSniffer/issues/2905

I've been finding a solution for this, but I haven't found one. I've been disabling several rules which conflict in this case but disabling them caused other issues. The only...

Hi @artemmolotov. First of all, it's good to see that mezzio is used with other containers than laminas-servicemanager. To be honest, I have never tried this with something else. This...

Thank you for your contribution @notdefine. We have done something similar in the past, but the solution was never submitted here.

@beaussan is it possible to use the internal IndexedDb to store the hashes? Adding them to the data.json file causes a lot of merge conflicts in case you chose to...

Thanx for the explanation and schemas @beaussan. It makes sense like this. Using frontmatter could be a solution, but would cause a lot of noise as you mention.

@shandyDev The most recent answer I could find: https://discourse.zendframework.com/t/create-api-with-expressive/411/9