Gerhard Boden

Results 9 comments of Gerhard Boden

So this basically reverts a lot of stuff done in: https://github.com/neos/neos-ui/pull/2180 (fixed https://github.com/neos/neos-ui/issues/2147) I couldn't reproduce the old issue, maybe some changes on the server side happened in the mean...

If we want to use the server timezone and not the users local time zone, this could be done with the [displayTimeZone](https://www.npmjs.com/package/react-datetime ) but might end up in more changes...

For the protocol: We had some lengthy discussions about this topic at the sprint with the outcome, that there are still many things we do not consider currently when it...

> @gerhard-boden Thanks for the summary. What means the discussion to the PR. Go for it and improve later, or wait? Hi @markusguenther 😊 I rather see this PR as...

looks good so far, wanted to test it locally, but when running `composer create-project` (with this PR checkout out ofc) composer starts to run into a endless loop with the...

Tried it at home now on a completely different machine, same story (also for `composer update`). I think that https://github.com/neos/neos-base-distribution/commit/67a62e29e4051268b6e4a5509a3a91cea7a214ed might have something to do with it, although I can't...

Okay here is a hack: 1. Remove all packages except for `neos/neos` 2. Run composer update 3. Add all other packages Now composer update will succeed. It looks like composer...

> Now I probably could move this PR over to the original repo if you want and it makes testing easier. Naw, I was able to test it in the...

> I can install base-distribution dev-master just fine, but it takes quite a lot of memory and time. Probably composer resolving dependencies. Eventually it could install though. Thanks for checking,...