M.Sz.

Results 108 issues of M.Sz.

Hi there, what about adding a special section of readme for `frequently asked questions` to avoid issues like: `How to detect double-click event` or `how to open popup modal`

documentation

Currently (*CodeEditor).ErrorMarkers reffers to imgui api of ErrorMarkers. Is it possible to wrapp this api in giu or it isn't necessary?

enhancement
frozen

Hi there, in refer to https://github.com/OpenDiablo2/HellSpawner/issues/335#issuecomment-893227410 I'd like to show the situation, we can notice the behavior: when I create a large table, e.g.: ```golang rowItems := make([]giu.Widget, numCols) for...

Hi there, I'm thinking about a package-level `Align` method. it could look like: ```golang g.Align(giu.AlignToCenter).To(/* any widgets*/), ``` is there any way to get a size (width, height) of any...

question
External Issue

to reproduce: ```golang package main import ( "fmt" "github.com/AllenDang/giu" ) func loop() { giu.Window("window").Layout( giu.PrepareMsgbox(), giu.PrepareMsgbox(), giu.Button("click me to see message box").OnClick(func() { giu.Msgbox("Info", "I'm a msgbox. press OK to...

bug

Hi there, (referring to https://github.com/OpenDiablo2/HellSpawner/issues/216) **To Reproduce** - run a following code: ```golang func main() { for { dialog.Message("%s", "Please select a file").Titl time.Sleep(1 * time.Second) } } ``` -...

### Before submitting an issue, please be sure to - [x] Read [the contributing instructions](https://github.com/github/pages-gem/blob/master/docs/CONTRIBUTING.md#contributing-to-the-github-pages-gem) - [x] Update to the latest Gem version (run `bundle update github-pages`) ### This issue...

Yo, I found an easy way to fix `fieldalignment` lint errors an wanted to check what'll happend if I'll fix them all :grinning:. I don't see any great performency improvements,...