Joe
Joe
go: github.com/jpillora/[email protected] requires github.com/jpillora/[email protected]: invalid version: unknown revision 3f7962811f23 I tried various fixes but it seems that opts version is wrong.
manifest
in cmd/app, you need to remember the files in the box. SO instead why not generate a golang Constants file during the gen ? This go file has the name...
when a developer clones their fork, the first thing they do is setup the config. it can be automated with "git remote add upstream git@$(GITR_SERVER)-$(GITR_USER):$(GITR_ORG_UPSTREAM)/$(GITR_REPO_NAME)" this presumes that your using...
v2 looks awesome. Really like the DSL and aggregations. One thing that is blocking is Migrations. Does anyone have any thoughts on a strategy for this ?
GRPC is fully supported and dart, and i want to make grpc middleware in dart to use opentelemtry. SO i was wondering if Dart would be possible to support. I...
Just wondering about why https://github.com/blevesearch/blevex is not part of the imports. It seems to have the stemmers, stop words etc need for multi languages
## Feature Request I would like to be able to cross compile the go.nats lib using the Tinygo compiler and / or the golang wasm compiler E.G using standard golang...
GhostDB would be a great match for databases that support CDC You could use GhostDB to hold your data in a cdb network like cloudflare as a materialised view that...
Its possible to build native desktop and mobile clients using gio and i think its a great opportunity. It can also build wasm web clients. Tinygo is close but not...
I needed to upgrade oto for MAC, and then noticed all needed to be. The tests all pass with a go.mod of: ``` module github.com/faiface/beep go 1.14 require ( github.com/gdamore/tcell...