Alexander Berl

Results 239 comments of Alexander Berl

> Or maybe this way? https://github.com/avency/Avency.Neos.VarDump Nice! A solid solution for this issue IMO

I think this is primarily an artifact of the Fluid feature to access properties by their getters without the prefix and the convention to access boolean type properties with different...

> I hope that we can get rid of ObjectAccess altogether Oh, I'm not sure how that should work out tbqh - especially since it is used everywhere and not...

One idea: Let's move the currently deprecated `Http\Headers` class into the `Mvc` namespace and make it part of the `ActionResponse` API in order to specify headers to set in the...

Related https://github.com/neos/flow-development-collection/pull/2219 resp. https://github.com/neos/flow-development-collection/pull/2219/commits/aeb132d53c6ea818ff603a8108d36db4b60468c8 - reverting this commit could be a basis for re-adding the `Headers` class into the `ActionResponse`

Hey, thanks for considering this project. I'll try to answer your questions as of the current time: - Is your intention to keep maintaining it? Yes, I do want to...

> - Would I be able to recover the current state (or near) from a system crash? > > Regarding recovery, there is currently no automatic process in place in...

Further update, as 0.8 has been released (took quite long, but I'm still on this project): The storage can be recovered from torn writes after a crash with #155 -...

A lot of the architecture is already very similar to some of those systems. The API was inspired by EventStore, the storage semantics are very similar to Kafka (coincidentally). Kafka...