Logan Bateman

Results 15 comments of Logan Bateman

I am interested in this too. Is there an easy way to do this? I figured I could just Ctrl-F and it would do jsonPath or something

I do not experience randomness with current main or your #21 branch, however I do experience very odd behavior with both, where the svg is placed according to what seems...

In the screenshot below, I have placed an svg 5 times (with each `Origin` and a translation of `0.0, 0.0, 0.0`). The `0, 0` point is between the two grey...

What is keeping this PR from being merged?

I am noticing this issue too with just regular images as children. Images reload when drag starts and when drag ends. This is fine for small images that can load...

@richterger I am interested in trying to get this to work. What I am wondering is if there is a good way to use the LanguageServer to debug itself? So...

@bradmccormack Any progress on this idea of making the web app connect to the debugger? I am also very interested in this as I work with web applications using perl,...

@bradmccormack Maybe it would be helpful for us to take a look at XDebug, it may be possible to do some direct porting of the PHP extension/adapter that uses XDebug...

I have started taking a look here in [this branch](/nametable/bevy_svg/tree/parent_child_work). I'm starting to try to create an example to test with. I want to add the ability to use a...

For now I may just use `Origin::TopLeft` since it naturally transforms correctly between children. I think the problem is with how Bevy's `transform_propagate_system` processes the translation of child entities.