Sascha-Oliver Prolić

Results 152 comments of Sascha-Oliver Prolić
trafficstars

for api docs we can use something like http://www.apigen.org/

I still think component docs should be on the website. If not, where then. Am 14.01.2017 23:32 schrieb "Alexander Miertsch" : > I've thought about documentation for a while and...

@codeliner seems like this was forgotten. can you rebase / redo this? seems like most files are in conflict now.

For prooph/micro I think the solution is very very easy, as you only got to do this: `f ( f (history) -> state, event ) -> event[]` For a process...

Another note for event-sourcing: We need to have a mechanism, that fetches the correct aggregate and passes it to an event handler, so something like this: ``` $handler = function...

ping @mkaczanowski any ideas about this?

I think this is the intended behavior. You should not be able to redefine a what the enum is, you're only allow to add to it.

Sorry for my late reply. What's the reason for the changes on VNodeState? I don't get it.

Thanks for the information provided. I will look into it. On Tue, Feb 13, 2024, 19:22 Marcus Grymmare ***@***.***> wrote: > MemberInfoDto does VNodeState::from($value), where $value is a string. >...