Zoey

Results 51 comments of Zoey

Type widening allows expansion of a type outward from the default. If you initialize directly from a narrow type, that variable will be explicitly marked as that type. Implicit and...

@kriber82 When I added these changes, numeric singleton literals were also accepted.

This would work well with a CI and reduce duplication of code whilst increasing merge reliability by having said CI produce the `dist` output instead of keeping it in-repo. We...

#9602 was a step on the way there. I haven't run into other issues where they fail to parse since then, but I imagine more information can be modeled around...

That integration model may be outdated with modern package management; would better code organization be a consequence of Rust integration, and lead to a more maintainable project overall?

If fixed-file-set is critical to that degree, it's feasible to merge Rust directories into single files by translating files to `mod` scopes, as they aren't capable of cross-contamination of scope...

Moving directly from/to ArrayBuffer to "valid" UTF-16 strings would be very helpful in my use case, so I look forward to suggestions on this.

Monogame is hopelessly out of date- and Stride is already cross-platform- this is simply the editor's UI framework @Watynecc; Switching engines over UI framework compatibility- especially with the very, very...

Is there any more information on requirements for the model, what registration should entail, if deregistration should be supported, etcetera?