M.Sz.
M.Sz.
@gravestench whats the problem with `log`? do we really need log levels? also, I suggest to rewrite `Write` method of console (or add a separated `Write` method for our pro...
@gravestench done
okey, after a small linvestigation, I found that the bug is caused by build method improvement: ```golang if e.selectPalette { // build palette select } dt1Viewer := dt1widget.Create(e.state, e.palette, e.textu...
yeah, that's what I mean exactly, I'll work on it before this PR will be ready
we can also see, that the error message isn't focused by default.
it isn't giu / imgui issue. Thats [dialog's](https://github.com/OpenDiablo2/dialog) fault.
> I'm working with a single property in an embedded structure that the linter detected as not used even if it was, btw, it is a known bug with unexported...
circleci passed, idk why gh actions doesn't. on my local machine with go 1.16.4 it works fine and suggested in workflow's `go-get`s doesn't do any changes for me.
Yeah, but what does this error mean? What should I do to fix it?
> snprintf should not be used, the D2Lib version of snprintf should be used instead. @eezstreet so what should I do? should I change the code in order to run...