Bob Pfeiffer

Results 11 comments of Bob Pfeiffer

Of course it wasn't designed for it :-) It's also not working. It was more meant to be a joke like the existing "Teleportation" sample. But I think it's worth...

That's exactly the point, it is valid python syntax. Unfortunately the specification does not describe the semantic of the type hint. Therefore the interpreter will not complain. And yes this...

@umarzec I contacted @danieldelcore already but did not get a reply. This project feels quite inactive (not to say dead) somehow.

@briva unfortunately I don't think this will ever be merged. Quote from [README.md](https://github.com/atlassian/react-beautiful-dnd/commit/0e7c388f9ebb3d8dda1cb68d909aba65a35f3eef): > We recommend that you don’t raise issues or pull requests, as they will won’t be reviewed...

Hi @luijar, micro frontends are a perfect example of requiring support for shadow-roots. I recommend to team up with all the other interested people and create a community fork as...

Uploaded a proposal #2264 to get DnD work at least inside one parent shadowRoot. Would be happy to get some feedback on the approach.

This and also any other new feature probably won't come. As stated by the owner in the README.md and discussed in #2319 already this library is kind of dead (maintenance...

One reson to do so, ist the fact that you cannot Set CSP Headers for Web Workers. They inherit the settings from the hosting page. In Addition the iFrame must...

@adob I tried your sample and it works. Can you explain why it is working? I am wondering why it is possible at all that a "bad" parent frame can...

@100terres I can try to port my open [PR](https://github.com/atlassian/react-beautiful-dnd/pull/2319) from the original repo.