Jason Woods
Jason Woods
I've updated this PR with the commit it was fixed in PHP so it's documented. Reproduction is essentially: * On macOS Sonoma 14.4 * Install openssl@3 with Homebrew * Try...
@orestbida @carstenjaksch It worth noting that when you call `run` multiple times you get multiple consent notice elements added to the DOM and they start to stack up. It seems...
Looks pretty useful! Does it not need thread locking, though? http://golang.org/pkg/runtime/#LockOSThread Otherwise between channel activities the routines may switch threads. ZeroMQ sockets are not thread safe.
Since the sockets never cross a Goroutine boundary (except after initial creation), I think it just needs each of those routines locking to an OS thread. Then it's probably good...
https://github.com/mautic/mautic/issues/11527 is a closed instance of this problem.
> Thanks for reporting this, would be willing to look into making a pull request to fix this on the 5.x branch, and then make a backport on the 4.4...
Issue is still active
Bumping as still as far as I know is applicable
@mortenson I tried clearing cache and also tried —no-diff so I don’t think was cache but I can try a —no-cache if I can next time. If it helps it’s...
@mortenson I tracked it down to the fact that the psalm Symfony plugin was not queueing the `ClassLikeStorage` scan for the services in the container. This is because it waits...