remoto
remoto copied to clipboard
Ultra-simple RPC ecosystem designed for right now.
Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.0 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
Hello, I tried generating a server with remoto and got an `undeclared name` error. I reproduced the error with: ``` remoto generate infoer.remoto.go ~/go/src/github.com/machinebox/remoto/templates/remotohttp/server.go.plush parse: conf.Check: io.Reader.go:12:7: undeclared name: Info...
In the examples, `GreetRequest` is a simple struct with a single `Name` field. I was expecting to send the request as an object ```json { "name": "mike" } ``` But...
(Really excited about this project!) The idea of being able to use your own templates is neat, however, when starting out it may be easier (and more manageable) to use...
Should be able to share common types within the same package.
Importing the remototypes package fails in the console due to importing issues. To recreate the problem use the following remoto definition in the console: ```go package classificationbox import ( "github.com/machinebox/remoto/remototypes"...
I'm interested in generating a typescript client, guessing others might be too. I'm keen to work on the necessary template, has there been any prior work on this?
go env ``` GOARCH="amd64" GOBIN="/home/wdy/go/bin" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/home/wdy/gitlab" GORACE="" GOROOT="/home/wdy/go" GOTOOLDIR="/home/wdy/go/pkg/tool/linux_amd64" GCCGO="gccgo" CC="gcc" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build039446685=/tmp/go-build -gno-record-gcc-switches" CXX="g++" CGO_ENABLED="1" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2"...
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0. Release notes Sourced from jquery's releases. jQuery 3.5.0 Released! See the blog post: https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ and the upgrade guide: https://jquery.com/upgrade-guide/3.5/ NOTE: Despite being a minor...
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [npm](https://github.com/npm/cli) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies need to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog....