James Hudson
James Hudson
Did anyone find a solution for this? Another (less desirable) one might be to allow @DI\Observe at the class level, applied in the child class?
I've also just spent a while debugging this. Before I thought about disabling the integration, I found that if I set 'doctrine.orm.default_entity_manager.delegate' to null in the container, subsequent calls to...
Is there any chance we can get this merged?
I do get the idea behind this, and perhaps this isn't strictly a bug with v0.22.0, but I'm struggling to work out how to get `yarn` to use the askpass...
Thanks. It certainly would help us out, so if it's something that would be considered then it would make sense for us to spend some time on it. Before we...
Hi @jhosteny, it's no trouble, thank you for the features :) Our situation: We use this resource to pull our app code, then run `yarn` to install dependencies, before running...
Unfortunately I'm not able to share the repository, but our dependency URLs are of the form: `"private-dep": "git+ssh://[email protected]/our-org/private-dep#0.1.1",` which matches the `[email protected]` in the insteadOf, which I think causes git...
Thanks @jhosteny! I'm not sure when I can get a chance to fix this, but I will try to soon.
Update on that - I've tested, and your fix works for me!