Andreas Monitzer

Results 112 comments of Andreas Monitzer

@AlexKorn One problem with your solution I just ran into is that when I build my code for production, the minimizer changes the name of my struct to `H`, so...

For now, I just went the easy way of marking the function `unsafe` and removing all checks. In my application, I'm certain that I'm getting the right type there anyways.

`unchecked_into` requires `T: JsCast`, which is not implemented for `#[wasm_bindgen]` structs.

Can't that information be regenerated from the input? Like, check if a polygon is contained within another polygon to reconstruct the hierarchy?

The example uses flutter_pty, which doesn't run on the web. The example opens a local shell, which is inherently impossible on the web.

But there's no way to add custom items to the browser's context menu!

I can confirm that adding that line on master flutter fixes it! Long pressing still doesn't open the context menu, but that's also not the case on desktop and actually...

> I did not include a `Canvas` variant, but it should be easy for @anlumo to adapt their PR to use the same enum. I've updated my PR to use...