Results 10 comments of forgie1

I rewrited the script, so only 80 deletitions is flushed at once. And this batches repeat. It didn't help :( With `SortableListener` `postRemove` `event` **on** DB crashed completely at the...

Prior version 3.2.0 this actually worked. Will it be working again, or shall we solve it different way?

What is not working this way is: config file in the main app ``` services: service.def: factory: FQNofService ``` DI Extension config file loaded via ... `$this->loadDefinitionsFromConfig($config['services']);` ``` services: service.def:...

@dg shall we wait for any update on this issue, or shall we achieve functionality of adding **setup:** to services from the main App in the DI Extension .neon files...

OK, I tried it, but it looks the problem is broader. One must choose: * to use `$this->compiler->loadConfig()` ---> parameters will not be expanded * or to use `$this->loadDefinitionsFromConfig($config['services']);` -->...

If `$this->compiler->loadConfig()` would also expand parameters used in services, all the problems mentioned above would be solved and call of `$this->loadDefinitionsFromConfig()` would not be needed.

Thank you for your replies. Possibly it depends on the order in which manticore is run. It is possible that technician lunched manticore by cli command and later it it...

Isn't ensuring compliance with LSP the responsibility of the subclass, as long as the parent class allows it? So why use such a drastic approach if it ultimately depends on...