Roman Naumenko

Results 11 comments of Roman Naumenko

#284 is merged. So we're looking forward for release!

> What's the use case you are trying to achieve exactly? Have a graphql API. When I query some problematic field in collection item, it will trigger same error for...

Install typescript types for slideout: `npm install --save @types/slideout` then import it in your component: `import * as Slideout from 'slideout';` ``` ngOnInit() { this.slideout = new Slideout({ 'panel': document.getElementById('panel'),...

Is it possible to generate correct proxy `getId()` method without triggering lazy-loading for the case when `id` is a Value Object? ```php class SomeEntity { /** * @ORM\Embedded(class=Id::class, columnPrefix=false) */...

quill is obviously dead. The only issue with `` tag instead of `` for newlines makes it a pain! Multi-level lists and other things.... ah... I'm also looking for an...

@sergix44 > About DI: Everything you want to be injected must be in the constructor. How is that supposed to work if `registerCommand()` calls command constructor right away? ```php registerCommand()...

I've updated to latest 8.7.5 and it started to behave as described - Switch to Administrator mode - openes with theme reset.. then opens in normal mode with all your...

Doesn't it make sense to reuse kernel instead of shutdown?