M.Sz.

Results 484 comments of M.Sz.

> When a structure is opaque it is usually for avoiding this. I see. However cimgui allows generating these types when `internal` specified... What we need is a compatibility between...

ok, well but it doesn't look good for our workflows :smile: let me fix them and merge

but what in electron-mail could enforce nouveau? generally I don't use it as I have dedicated nvidia drivers installed.

Hi @Omustardo could you test your problem on the Irishman of cimgui-go AllenDang/cimgui-go? Iirc we've significantly changed a way we handle imgui problems

Oh I see > The issue not reproducing in AllenDang's repo means that it has either already been fixed there, or it's an issue that's new to either gabstv/cimgui-go or ...

Btw im going to make this one of cimgui-go backends https://github.com/gucio321/cimgui-go/tree/ebiten-cimgui

@Wieku maybe its because we also use imnodes and imgui_markdown... anyway, consider the following: ```console [cimgui-go (0) ]$ du -hs lib/linux/x64/* 6.8M lib/linux/x64/cimgui.a 4.0K lib/linux/x64/dummy.go 472K lib/linux/x64/libglfw3.a 5.2M lib/linux/x64/libSDL2.a ```...

sound reasonable. I'm a bit afraid to touch this C/C++ sructure in our project as it _somehow_ works. but this would be something we might want to do in a...

well, app started to work unexpectedly, but font loading in system dialogs sitll doesn't work

Thanks for your answer! I can see the problem. What about callback-like error handling? E.g. ```go glg.SetErrorCallback(func(err error) {panic(err)}) ``` The panic could be a default callback and user could...