Martin Sikora

Results 25 issues of Martin Sikora

I'd appreciate to be able to disable `RequestFilter` and thus avoid setting headers right after creating the `Response` object in `createHttpResponse()`. https://github.com/drahak/Restful/blob/master/src/Drahak/Restful/Http/ResponseFactory.php#L73 The problem with this is that it dumps...

### Current Behavior I took the code example from the tutorial, updated it for PixiJS 8.0.0-beta.8 and I'm trying to compile it in TypeScript with the latest TypeScript versions. It...

I've noticed that [`README.md` mentions among "Processors"](https://github.com/angular/dgeni-packages#processors-1) `inlineTagsProcessor` but this doesn't exist. Correct name is `inlineTagProcessor` so it's the only one without plural "tags" in its name even though its...

It seems like the message queue stops sending messages when you try to send a message with empty device identifier: ``` php $pushNotifications = $this->container->get('rms_push_notifications'); $devices = ['abc', null, 'xyz'];...

Uncaught Error: no such method 'preprocessTag' for tagit widget instance.