SteffenMahler

Results 4 comments of SteffenMahler

Hi @hippodribble > The EndRun method may conflict with fyne.Window's ShowAndRun. Then try this: ``` func main() { width := 500 height := 500 blue := color.RGBA{0, 0, 255, 255}...

You can write your own renderer as described in this blog: https://blog.cubieserver.de/2020/how-to-render-standalone-html-snippets-with-go-echarts/ It helped me a lot to work nicely with revel and go-echarts.

@dhui @xianchaoyu Could you please be so kind to restart the pipeline. Only the linter had failed. Maybe the PR is as good as done? It would be really great...

Hi @maxnilz, thank you for forcing the restart of the pipeline. After that I took a look into the linter problem. ![image](https://github.com/golang-migrate/migrate/assets/57138594/b6545fc5-d4c8-4c57-a4e2-c10eb17fde5f) Means, since options is not used for creating...