Michael Kubovic

Results 16 comments of Michael Kubovic

Hey, I'd like to contribute to this feature. I could start with the controller interfaces. Although I like the flexibility of separate interface for each endpoint, I would like to...

Debugging `SignedCookieListener` it seems that the session cookie generated by PHP is missing from the `Request` object. A workaround is to whitelist cookie names that you wish to sign, leaving...

Hi @jonmiles, any plans for merging this to master?

@piotrp321 see if this MR helps https://github.com/trikoder/oauth2-bundle/pull/260

Suggested patch by @Asgavar causes that prefetch count is not incremented when a task with ETA is received. Do you have any idea on how to approach it? > When...

I've spent past week playing around different approaches and finally came up with the following: https://github.com/MichaelKubovic/JMSI18nRoutingBundle. Let me know whether it helps!

have a look at https://github.com/less/less.js/issues/1781

An alternative suggestion would be to expose API on `RedisClusterClient` to send an arbitrary command to all slots and let the code in the user-land deal with script loading. But...

> We will need to do something similar to properly support Redis transactions in the cluster We are running basic transactions just fine with a help of `batch`. You can't...

There are no new commits in master, so rebase didn't produce anything new. I've pushed a dummy commit to re-trigger build.