Andrew Menino-Barlow

Results 17 comments of Andrew Menino-Barlow

> Same issue here Yes, that's as far as my investigation got me. I can see it's 'trying' to set the default context, but nothing appears to correctly use them....

This behavior is still true on Symfony 6.1.3.

I'm walking into the same (I think) issue when I use `value-of`; which is a Psalm annotation (https://psalm.dev/docs/annotating_code/type_syntax/utility_types/#value-oft). I don't have a good story for how to avoid this at...

This would be great to get merged in. Supports older .NET Framework and very current .NET (Core). I'm hitting an exception of: ``` System.PlatformNotSupportedException: Operation is not supported on this...

> Hey, thanks for your report! There has not been a lot of activity here for a while. Is this bug still relevant? Have you managed to find a workaround?...

I found that after upgrading to 4.11, anywhere I'm using Psalm's templating annotations now throws an exception up whenever I try and serialize an object that has those templated types....

When using the Redis Search Coordinator, the Search commands should be available too. See: https://forum.redis.com/t/redis-cluster-proxy-with-redisjason-redissearch-is-possible/2375 See: https://github.com/RediSearch/RediSearch/tree/v2.6.9/coord How can I whitelist commands locally for Predis to say they're allowed to...

> > When using the Redis Search Coordinator, the Search commands should be available too. > > See: https://forum.redis.com/t/redis-cluster-proxy-with-redisjason-redissearch-is-possible/2375 See: https://github.com/RediSearch/RediSearch/tree/v2.6.9/coord > > How can I whitelist commands locally for...

How about swapping out the entire Strategy for our own?

I have the same issue. I have 2 connections, lets say "default" and "database_2" *but* only one Entity Manager on "default" (my second connection doesn't need Entities. If I provide...