-
see logs below:
```
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x238 pc=0x123c1ff]
goroutine 16 [running]:
gitlab.c…
-
see logs below:
```
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x238 pc=0x123c1ff]
goroutine 16 [running]:
gitlab.c…
-
my source code to get trace file
```go
package main
import (
"os"
"runtime/trace"
"net/http"
)
func main(){
os.Setenv("GODEBUG", "traceallocfree=1")
f,err:=os.Create("./tmp/1.trac…
-
In particular, I would like "View Source" links to appear on https://godoc.org/gioui.org/ui. gioui.org/ui is a vanity URL for https://git.sr.ht/~eliasnaur/gio/ui.
-
I am using this repo for gioui
https://gioui.org/doc/install
https://github.com/gioui
so I can easily package for openBSD and Linux.
was wondering if mage based built is of interest ?
…
-
hi,
I've tried to use `rf ex` to replace one statement with a pair of statements.
I tried the following:
```
ex {
import "gioui.org/op";
import "gioui.org/op/cl…
-
https://github.com/gioui-plugins/gio-plugins has one
it works on mac and windows and mobiles. I only tested on mac.
the demo gives you a URL baar so you can navigate to any URL and load it: ht…
-
see logs below:
```
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x238 pc=0x123c1ff]
goroutine 16 [running]:
gitlab.c…
-
**Is your feature request related to a problem? Please describe.**
The nature of maintaining a html5 canvas can be easily done using gio because of the nature of how gio works.
The advantage is th…
-
Wondering if this is designed to provide an unified API for both Browser and Native ( mobile and desktop).
I am attempting to use this with gioui.org.
https://github.com/gioui
I got some basic …