Christian Müller
Christian Müller
I fail to understand at the moment why this is needed, especially why a file is needed? Couldn't we have this just in memory, in an array or something? or...
Ah I see, forgot about the 8.3 because it is still a feature in my mind and shouldn't be in 8.3 ;) well then
technically you shouldn't be able to hide a childnode because the parent relies on it being there. if it's optional you might as well let the user create it on...
Oh, that's a very cool idea, and I think this all makes sense, I'll see how far I get tomorrow and then we can see if you want to take...
This is a though nut, I thought it would be nicer to wrap the debouncer - as I named it now - around the `ProjectionCatchUpTriggerInterface` also implementing the interface, this...
No, this also seems like a bad idea, because the hooks are per projection and I can't know from the outside which projection has said hook active. It feels unwise...
I guess I would also like a rubber duck here :)
> * Currently the queue is responsible for multiple subscribers which makes the code a bit hard to follow. One Queue per subscriber might simplify the implementation a lot (and...
Step one, replacing cache with lock, the overall logic is the same still.
We now have two separate lock steps, a "run" lock around the catchUp of a specific projection, preventing that same projection catchUp to be run multiple times in parallel, and...