Christian Müller

Results 322 comments of Christian Müller

Ok understood now, that does make sense I guess. We just need to find a way to make that work in various environments and without too many assumptions. I guess...

I agree it should not, I prepared a little refactoring of the ImagineFactory to be used here and in other places to amke things nicer.... https://github.com/neos/imagine/pull/22

@mhsdesign given that those are two separate packages I would need to do those changes in order, but yes of course there is another change in the setup package needed...

yeah, it's a tricky problem indeed 😆 Realistically we should promote the tests up into a test distribution or the collections if it wasn't such a hassle to maintain then,...

The wording is unfortunate but I would understand PSR-14 events as a description of the observer pattern and as such feels like a good generalization of our signal/slot system. As...

Could someone (@simonschaufi) maybe share a config for homestead? I have no clue how I setup neos with homestead in the easiest way?

This is very much related to (and could be fixed by) https://github.com/neos/neos-development-collection/pull/1477

I find the fix very specific, what if there is yet another external driver package that _could_ be installed, I would rather try catch the factory->create() and if an exception...

As commented in the issue I made: https://github.com/neos/imagine/pull/22 to prepare for a better solution, obviously that neesd to merged and released and then this package changed too, but I am...

Actually only in the neos/cache package? Because apart from comments and documentation there is zero code reference to redis in neos/flow