nithiz
nithiz
@uzyn Hey thanks for your reply :) Would be nice to have the Opauth object globally available so i would be able to just call $this->Opauth->validate($this->data) in de opauth_complete method....
@Jiminibob Great stuff! Sadly the execution still takes about 500ms. Have you been able to make progress on the performance?
Adding `$container->addCompilerPass(new RegisterListenersPass());` will solve the listener problem but will throw a new issue `Constructing service "doctrine.orm.default_entity_manager" from a parent definition is not supported at build time.`. What is the...
@bartmcleod I'm seeing the error on page load.
@bartmcleod It's really hard to figure out where exactly it goes wrong. By default the dispatched GetDatabaseResourcesEvent event is never really fired in build time causing the resources to be...
I'm running into the same issue. @minhtranite are you still maintaining this repository?
It's been a while... I'm trying to optimize our application. In webpack bundle analyzer we can see that loading a simple ReactiveList also adds the styling while we aren't even...