Peter Kristensen
Peter Kristensen
It looks like this has been broken again, now the code is `uintptr` instead of a real pointer
The code gen doesn't see the value as a pointer, so it's never copied. Current code: ``` func InputScalar(label string, data_type DataType, p_data uintptr) bool { labelArg, labelFin := datautils.WrapString[C.char](label)...
Basically the fix mentioned in https://github.com/AllenDang/cimgui-go/issues/74#issuecomment-1709000875 have regressed and we're back to the original problem
I had another look, and it actually _is_ possible to use using the current implementation. IT's just not very ergonomic 😄 ```go func Scalar(v *int32) { vArg, vFin := datautils.WrapNumberPtr[C.int,...
Tests fails for unrelated reasons
> Can you rerun tests? I don't think I have permissions to do that
found one more: [SchedulerMonitor](https://pkg.go.dev/github.com/go-co-op/gocron/v2#SchedulerMonitor): A scheduler monitor provides comprehensive observability into scheduler and job lifecycle events.
Makes sense, perhaps the wording should reflect that (something like: be the first to add one !) The other link is to a type that doesn't even exist