Jakub Trmota

Results 10 comments of Jakub Trmota

I think, that Redis is not corresponding to this issue. We just implemented passive locking via `SETNX` and `BLPOP` (something like this https://github.com/ionelmc/python-redis-lock in PHP) but it's sometimes crashed under...

I thing yes. But what is describing h4kuna can be really handy. On smaller sites, I'm using APCu as cache and I want to use build-in atomic fetch method, but...

I don't know about Redis cache/lock, that is not comatible with current Cache implementation.

Hi, can I just ask if you are interested in implementing this? I can help with EXIF detection and photo-sphere-viever implementation. Thanks.

Hi, thank you for a quick response: > Altho what'd be better is if you did something like `$orig_algorithms = $this->supported_private_key_algorithms` before the `for` loop and then did `$this->supported_private_key_algorithms =...

Hi to all, thanks for this PR and the discussion in it. Like you, we also need a baseline and better ability to ignore valid errors. I look over all...

Thank you for a quick answer. I understand :-) Yes, I already tried the mirrored mode with no luck. Maybe I will try it one more time...

Hi, I don't want to start a new issue and I have just one quick question - is there some plan to split packages - one for PHPCS and one...

OK, I understand. Thank you for a quick response,

Ok, but it doesn't solve, that expiration should be all the time 4500 seconds, but for 15 minutes it was only 900 seconds, right?