Wilhelm Behncke

Results 14 comments of Wilhelm Behncke

Seems like immutable js is already gone from the codebase. That'll make things easier :)

Appearently it has been removed here: https://github.com/w3c/csswg-drafts/commit/034b063697c3dadf144504f52e0858a79cd84414 The commit message states: > when we add it back it will have different syntax. So, it's going to be added again, but...

We consciously decided against this behavior, since it is very expensive to render too many iframes at once (which was actually our first approach). However, you can still somewhat achieve...

I've been looking into this and there's a couple of problems here: 1. To resolve this on the server-side, we can either use a dedicated `NodeTypePostprocessor` or an Aspect. Both...

I'd opt for B) with a `301` status - the browser will then leave the endpoint alone on all subsequent requests. We must be careful with that though and append...

> But https://github.com/neos/neos-ui/pull/3475#discussion_r1239679057 seems a bit blocking. The editor has to know the property type (currently by checking it's value) to commit the value? Yeah, you're right. I this change...

Hi @bwaidelich, I'm sorry this is causing trouble for you :( Unfortunately, I don't see a proper way out of here other than to revert this change. And actually, if...

Just tested this on 7.3 and was not able to reproduce. So, I'll close.

Bad News: I've just noticed, that Plow is being leaked as API for Inspector Views. Here's an example: https://github.com/neos/neos-ui/blob/8.3/packages/neos-ui-views/src/Data/ColumnView/index.js#L24 https://github.com/Flowpack/neos-matomo/blob/0cc2034d5b866b9860a0fad3521c4ea9299b7b9a/Configuration/NodeTypes.yaml#L90-L92 `data` is a dot-separated path being passed plainly to the...