Marc Bennewitz

Results 26 issues of Marc Bennewitz

- [x] I was not able to find an [open](https://github.com/zendframework/zend-expressive-swoole/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-expressive-swoole/issues?q=is%3Aclosed) issue matching what I'm seeing. - [x] This is not a question. (Questions should be asked on [chat](https://zendframework.slack.com/)...

Provide a narrative description of what you are trying to accomplish: We are using the stream HTTP response to directly stream file content from S3 to clients. As we are...

bug

I have the following in my composer.json ``` "require": { "ext-ds": "*", } ``` but I still get an error if I'm using `Ds\\*` classes: `App must only depend on...

Hi, This is a feature request to be able to support dependency checks via wildcards. Something like this: ```php $phpArch->validate(new ForbiddenDependency('App\\Bus\\*\\Command', 'App\\Bus\\*\\Command')); $phpArch->validate(new ForbiddenDependency('App\\Bus\\*\\Query', 'App\\Bus\\*\\Command')); ``` ##Background: I have a...

### Feature Proposal I want to customize the legend and tooltip icons to be rendered as a line instead of rectangle. For the legend plugin this works fine with `usePointStyle=true`...

type: enhancement

This is: - [x] a bugfix - [ ] a new feature - [ ] refactoring - [x] additional unit tests Checklist: - [x] Changes are covered by unit tests...