Pablo Largo Mohedano

Results 84 comments of Pablo Largo Mohedano

It would be interesting to think about [this ticket](https://github.com/thephpleague/omnipay/issues/675). I still think Omnipay takes a simpler approach than Payum, but the documentation is very unclear in certain sports, so some...

@IsmaelMartinez I have this exact problem on a straight Ubuntu 24.04, using Wayland as the desktop environment. I'm going to try @teluq-pbrideau solution of removing pulseaudio and installing pipewire. @lsdijk,...

From a static analysis POV is not a BC but a bugfix. It even breaks when you do `$map->at('123')`. I can try a couple of test implementations and benchmark them...

I was not thinking about parsing types at all, but to maintain two inner lists, one for the key and another for the value. I think it should not be...

The alternative would be to use a non-cryptographic hashing algorithm and do the hash table in userland. I'm very aware that it will cause performance degradation. Still, if performance to...

I was thinking about iterating the collection with a foreach, as the key exposed would be casted anyway, but it seems like it wouldn't through generators: https://3v4l.org/ucV2I The problem here...

I had the same hashing idea but I fear the performance too, and the tuple is a great idea indeed! ~~There's a downside: if you declare a `MutableMap` you should...

I'm going to give it a try in production. I've never fully understood that `9999-12-31 23:59:59` at `delivered_at`, as it's not officially documented anywhere. Are those messages going to keep...