Sebastián A.
Sebastián A.
Sorry for the bump, but just to be precise, both methods (from @BhaaLseN and @mattypiper) only sets the name of the vtable, right? it doesn't generate any sort of `link`...
I thought so. It's a bit weird there doesn't exist any way to link both since you can have the `Class` with all the methods listed, the struct with the...
@grochocki I'd love to tackle this feature as a first contribution to an open source project for me (if that's not an issue). I'm thinking of giving myself a timeframe...
Hi! I really appreciate the initiative, and you're right, unsafe blocks can be (and should be!) minimized to be able to enjoy rust's guarantees. I recognize most of this code...
I have one in development but it's a bit stale. Free time now is scarce.
At the end of the day I ended up doing something incredibly idiotic but it did work heh, haven't had the need to do anything more extensive. https://github.com/etra0/litcher/blob/c4526c07f04a20b58596d99b50fa8b7068e41480/src/detect_api.rs#L3-L17
Seems like the Fixed issue is because they change the API in 7.2 for `FieldColorMode`: https://grafana.com/docs/grafana/v7.2/packages_api/data/fieldcolormode/ EDIT: Yes, they renamed that enum to FieldColorModeId: https://grafana.com/docs/grafana/v7.2/packages_api/data/fieldcolormodeid/
Although egui seems interesting, I'd say it'd be out of the scope of this project since it heavily relies on imgui general behavior. It would involve either writing specific wrappers...
maybe relevant: https://github.com/sy1ntexx/egui-d3d11
Interesting, doing these changes (and a couple of more hacks) I was able to run the 13B model on my HW (AMD Ryzen 7 3700X 8-Core Processor, 3593 Mhz, 8...