Patrick Kusebauch
Patrick Kusebauch
Would be nice if this feature was documented and this issue closed.
:+1: For this feature. It would be way nicer IMHO in Controls' signals where you need to send a response to the Client. Better than calling `$this-getPresenter()->sendResponse()`
Another alternative is to use the #338 branch, before it is merged. ```yaml health: git: url: https://github.com/traveling-developer/flutter-plugins.git path: packages/health ref: health-3.0.3+1 ```
@himanshu447 Just the fact that the google sign-in dialog will open means it is working. The follow-up error you are having seems unrelated to the original issue. You might have...
For the selectors: Alle the test looki like: ``` classes in project sub-namespace must not depend on classes of project namespace except for classes of project sub-namespace ``` I found...
+1 for this issue. I have spent literally hours trying to debug this issue, as the input file was really big and even with all debug options enabled logstash seemed...
Hey @f3l1x, is this still relevant? Resolved or just stale?
I was just thinking to add a `eventListeners` config. With alist of event names and class instances. That way you could re-use it for other purposes. You would have to...
I am proposing something like this: ```neon nettrine.orm: configuration: eventListeners: - event: 'Events::loadClassMetadata' listener: @RTEL services: RTEL: factory: ResolveTargetEntityListener setup: - addResolveTargetEntity(UserInterface::class, User::class, []) ``` @f3l1x do you like it?
@f3l1x Yeah I don't mind either way. Your way is definitely shorter, mine is more explicit. No idea where to get people for a poll. I was just in a...