-
Our interface is a bit weird at the moment, and uses channels and stuff to communicate with the user. I think exposing channels like this is a bad idea. If we expose a simpler interface, the user ca…
-
Here is an example setup.
You have a 3 node corrosion running and 3 golang servers subscribing using https://superfly.github.io/corrosion/api/subscriptions.html
If , in the golang servers, the …
-
We offer "Automated Postgres". `fly pg create` will setup a Postgres cluster for you. It works pretty well! But it's not quite what you might expect if you're coming from Heroku Postgres or Compose.co…
-
So I'm sure everyones seen the hype around https://pocketbase.io/
The standalone single-binary UI around SQLite, made by 1 guy in golang.
[![Pocketbase](https://img.youtube.com/vi/Wqy3PBEglXQ/0.…
gnat updated
7 months ago
-
Now that we have `gomote rdp` (#26090) for RDP access to our Windows buildlets, I discovered our Windows images are pretty spartan over RDP.
I guess they don't have the Windows GUI enabled?
@joh…
-
Go has long had issue with reproducible builds due to embedding build path information into the artifacts (see https://github.com/golang/go/issues/16860). Go 1.13 added [`-trimpath`](https://github.c…
-
### Proposal
Add bleve support ( https://github.com/blevesearch )
### Motivation
Provides FTS like sqllite has and other DB's, to allow searching over documents. https://sqlite.org/fts3.…
-
I can not install the package under OSX Catalina 10.15.4
I have run this command as the README say:
```
export GO111MODULE=off; xcode-select --install; go get -v github.com/therecipe/qt/cmd/... && …
-
### Describe the bug:
In the below stack trace, my application is `/home/damon/go/src/sc2-rsu`
```
fatal error: unexpected signal during runtime execution …
-
I call tiscript functions from a seperate goroutine, not the gui one. Is this allright? If not how can i call them in gui thread. After `w.Run()` i lost control of the gui.
If there's a mechanism …