David M. Lary

Results 56 comments of David M. Lary

Oof, ok the fix for this is non-trivial. The ordering that comes out of CastXML (from the clang AST), is different for most of these types. It would require reworking...

It is archaic, but occasionally you're working in an environment like that. For example, writing a user-space filesystem with bazil.org/fuse on a mac, which doesn't support mac, I'm forced to...

This is still a problem. Are there any known workarounds?

I was excited to try this PR out, so I pulled and built it. I encountered an issue where the y-rotation shortcut `S` is not taking into account that we're...

The drag & fill gizmo is also not aligning correctly to the initial click, but the filled area does match the dragged region. Not sure if it's directly related to...

> I was excited to try this PR out, so I pulled and built it. I encountered an issue where the y-rotation shortcut `S` is not taking into account that...

> An alternate approach is to follow #2948 and allow both name- and index-based paths (as in #5808) instead of allowing only one and switching based on a setting. Honestly,...

This isn't my preferred approach here, but I felt like it was useful to at least complete the implementation so it's available. Also moving this out of draft.

I'm encountering the same problem running `cargo run -p ci`, but able to build/run breakout just fine. I've tried removing `Cargo.lock` and `target/`. My system is an m3 mac, so...

Opening this so I can use github to do my own code-review. Please hold off on reviewing it until I pull it out of draft mode.