Marc Henry Schultz

Results 914 comments of Marc Henry Schultz

Currently the discussion is to "not try to be smarter than the system" (the system being the neos cr) We are thinking about introducing a `required: true` field next to...

Neos 9 has a bug which initially omits the `null` values but an explicit set properties will still work: https://github.com/neos/neos-development-collection/issues/5154 As talked with @kitsunet we are unsure what the correct...

see https://github.com/neos/neos-development-collection/pull/5132

further todo would be to look at all usages of `this`

feel free for anyone to pick up this work ;)

Thanks for your work ^^ Is it normal that this seems so complex / verbose? I mean this is supposed to be a exemplary demo - im not sure if...

I tested your thesis but cannot confirm this with my test suite ... (well 'my' suite its also a lot faster but still :D) progress 1: ``` 460 scenarios (460...

Just a few tests for an event-sourced-content-repository called Neos :D https://github.com/neos/neos-development-collection/tree/9.0/Neos.ContentRepository.BehavioralTests/Tests/Behavior/Features I didnt write them but they're great and apparently not so slow :D

Thanks for writing the test looks perfect :D > Then the last command should have thrown an exception of type "BaseWorkspaceHasBeenModifiedInTheMeantime" now we just have to fix this, which _should_...

i first thought we could commit the newly added test but > Publishing workspace with PublishIndividualNodesFromWorkspace not possible with outdated workspace is not where we went for with https://github.com/neos/neos-development-collection/pull/5301 we...