Atreya
Atreya
> Thanks Atreya, it looks like you're off to a good start. Thank you for the detailed feedback ๐๐ผ > A few things I notice right off the bat: >...
I totally understand. So just extra CSS to improve the appearance without any additional CSS library/framework dependencies. I did notice that you are using jQuery to spruce up the JS...
I had the following two in mind. Both of them have a good track record and a minified CSS available via a CDN. 1. [Bootstrap](https://getbootstrap.com/docs/4.6/getting-started/introduction/) 2. [Bulma](https://bulma.io/documentation/) (CSS classes are...
Thanks. Will most probably go ahead with Bootstrap since thatโs been around the longest time.
@jdimeo you can use it right by doing this: `go install github.com/atombender/go-jsonschema/cmd/gojsonschema@master `
@cosmtrek Does implementing a browser reload feature a breaking change? If not, perhaps the following repo can serve as a base for implementing the browser reload feature. I can try...
> it not breaking change. PR is welcome! @xiantang Thank you ๐๐ผ Will start working on it ๐๐ผโโ๏ธ
Thank you for the quick response. To be honest, I havenโt really tried anything yet and the only possible solution I could find was this: https://github.com/improbable-eng/ts-protoc-gen/issues/173 However the method mentioned...
An update, I can confirm that the method posted in the above link works ๐๐ผ Is it ok to submit a PR to this repo?
Couldn't we leave the "translating it back from the wire" to the client (end-user using the library)? On the server-side, grpc-gateway will take care of the translation. On the client-side,...