M.Sz.

Results 108 issues of M.Sz.

Hi there! I've experienced a strange issue. _I know that it isn't the perfect place to report that, but idk what to do :smile:_ I'm experiencing a problem with installing...

Hi there, The logger is awesome ;-) The only fact, i'm quit dissapointed is that the log commands return errors... It seems a bit strange for me, since loggers are...

Hi I'm trying to add log file support in my app. The program first of all sets log level (by calling SetLogLevel) After that it changes mode to BOTH and...

Yo, Thanx for the plugin! it is awesome It would be nice to display unused assets in a hierarchy (like in import dialog). This way it would be easier to...

Hi there! thanx for awesome project! It makes my unity development much easier :tada: well, I'm trying to create `GenericDictionary` in my project, however it doesn't work - reffering to...

### Related problem I'm writing an app and genAutoID got a bit annoying (It resets my UI when adding new element) ### Your request I think that default implementation of...

enhancement

@gucio321 "2nd and 3rd axis": old code was: ``` giu.Plot("Rotation").Flags(giu.PlotFlagsYAxis2).Plots( .... ) ``` now it doesn't work because PlotFlagsYAxis2 doesn't exist, in flags.go it is commented out: ``` const (...

enhancement
good first issue

We use mainthread libraries to allow giu commands on any thread (when imgui requires to run on main) We currently have implementations for macos and linux but for windows none...

enhancement

some methods are duplicated. In may opinion the condition is: if function has 2 args - one is `text` and the other `text_end`. see: - `TextUnformatted` - `TextUnformattedV`

I'm wondering why, each change to cimgui-go code triggers build of the whole project that takes (on my machine) about 3 minutes (this is a bit long imo). In fact,...

investigating