charlotte 🌸
charlotte 🌸
I see that #53 was closed without merging at some point last year. I'm wondering what the current status of this is, and whether you'd accept PRs for additional work...
In the case of a variable minus a positive integer, e.g. `x - 5`, when the integer is tweaked to be negative, save changes will result in `x - -5`...
### Check for existing issues - [X] Completed ### Describe the feature I'd like to propose this feature as a roll up of a few different existing issues. Basically, the...
I'm sure this is technically a violation of the spec, which I'd guess is why this check is in the builder, but all the tools I use (e.g. ODDSound MTS-ESP)...
Parent issue: #628 Wanted to open this as a draft to get feedback before going any deeper. Using some ugly trait shenanigans to paper over `Rc` and `Arc`. Outstanding comments/questions/issues:...
[These two fields](https://github.com/google/autocxx/compare/main...tychedelia:autocxx:main#diff-574a3d7b564d5a73c747beaf69a6fe7cb69a876550b341b37b45734658f4b4bfR21-R23) cause cxx to reject the bindings generated for our subclass method: ``` --- stderr Error: × cxx couldn't handle our generated bindings - could be a bug...
So far, we've taken an incremental approach to moving our existing rendering algorithm into Bevy: - In #960, we ported the renderer to run in a `ViewNode`, which allowed us...
Currently from #960, we are using a pretty direct port of the existing rendering, running everything in our own `ViewNode` in Bevy's render graph. However, since we're not really doing...
There are some (unsafe) values that I need to insert into the engine that have the lifetime of a single script execution. In order to maintain my invariants, I would...
Ran into this using `scale_by` on a mesh that had picking enabled and was tearing my hair out. This isn't an issue for us, but is due to the upstream...