Arlington Douglas

Results 40 comments of Arlington Douglas

This is my way of implementing a one-time task. https://github.com/93Alliance/lodago/blob/master/crontab.go you can use it in this way ``` c := lodago.NewCrontab() go c.Start() defer c.Stop() t := lodago.CronTime{ lodago.Once, "2020",...

> I hava same problem. And I had implemented it. How did you do it?

``` func click() { cmd := exec.Command("ls") cmd.Start() if err := cmd.Wait(); err != nil { g.Msgbox("Info", "test") } } ``` 1. I have already called giu.PrepareMsgbox() in order to...

thank you for your help!

> no problem! In case of any other issues, feel free to ping me again :-) I have a new issues. ``` imgui.StyleColorsLight() imgui.StyleColorsDark() imgui.StyleColorsClassic() ``` I can't set default...

But the light style is different from the other styles. For example, i can call `imgui.StyleColorsDefault()` method.

This will be supported in the next version.

The ng-chartjs already supports Angular 13.

This will be supported in the next version.

Later I will update ng-chartjs to Angular 11.