Gongster

Results 13 comments of Gongster

You must update your GO-environment. On Debian first purge the old version of go. `sudo apt-get purge golang` `sudo apt-get autoremove` **Get** `$ wget https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz` **unzip and install** `$ sudo...

Yes, i call in parent `vgrun -watch-dir=app server -dev ` this works, but the project run as server. The files main.wasm or wasm_exec.js are not generated. How I start vugu-site...

If I use VST give me "Out of Memory" back ``` goroutine 1 [chan receive, 5 minutes]: main.main() /go/src/rdapp/main.go:111 +0x939 goroutine 19 [syscall, 5 minutes]: os/signal.signal_recv(0x0) /usr/local/go/src/runtime/sigqueue.go:139 +0x9c os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:23...

`bindVars := map[string]interface{}{}` you have nothing tied down `bindVars["Key"]= "12345" ...` or ``` bindVars = map[string]interface{}{ "Lang": mylang, "Company": "12345",, "Key": key, } ``` You need as example fullcount: `ctx...

If i make math with pointer, then he returns the following error to me: "(operator + not defined on pointer)"

``` //transaction trxid, err := arangodb.Db.BeginTransaction(ctxActivity, driver.TransactionCollections{Exclusive: []string{"mycollection"}}, nil) if err != nil { log.Print(err) } tctx := driver.WithTransactionID(ctxActivity, trxid) meta, err := col.CreateDocument(tctx, c) //tests helper.DocumentExists(ctxActivity, col, meta.Key, false)...

fyne.io/fyne/v2 v2.1.4 also crashes

Is something else happening here? I would be happy about this form the round also.

You use Pointer! *time.Time or *[]wtfarray .... This makes a accurate null-object.