Emi

Results 458 comments of Emi

Fixed in https://github.com/hexops/machengine.org/commit/63f9bbeb1e07915e1057b476c621156f182207ed

In theory this probably all works now, but I don't think anyone has tested it / confirmed it does. Getting an aarch64-linux machine to test on has been very annoying,...

The way to test: ``` git clone https://github.com/hexops/mach cd mach/libs/gpu zig build run-example ```

Works as in you ran on an arm device and saw graphics?

@alichraghi it looks like the code is still the same to me; we should update it to use a saturated add. https://github.com/hexops/mach/blob/main/libs/ecs/src/entities.zig#L131-L132 Unless I'm missing something?

Run `pnpm tauri build --verbose` to get the underlying cause. In my case: ``` hdiutil: create failed - Operation not permitted could not access /Volumes/Sourcegraph/Sourcegraph.app - Operation not permitted ```...

This is a bug in valast, which is what does the struct formatting: https://github.com/hexops/valast/issues/11#issuecomment-894741682 In practice, though, I suggest that when your data structures become this complex you bail out...

I've since added @soypat as a contributor to help keep the spirit of Vecty alive and well :) I am open to adding a few more contributors if they make...

It's not supported, sorry. The way to do this is to convert your struct into a new struct type or Go value like `map[string]any` that doesn't contain that field. Then...

Yep exactly, I agree go-to-def should behave the same