Oswee
Oswee
I made this [Codepen example](https://codepen.io/oswee/pen/xMQJVm), but it was possible only because i eliminated usage of fractions.
Was there because of: I had used libvirt with bridged networking before i discovered/installed Vagrant (Fedora 30). But as much as i try, i can't get `vagrant up` working. Even...
Looks like i have the same issue there. Didn't changed anything. Just moved all project content one directory down and then back. But structure is still the same. It shows...
`*.proto` files accordingly to these recommendations should be stored in `/api/proto/v1/*.proto`. As well generated swagger files in `/api/swagger/v1/*.swagger.json`.
I am not an expert, so... but i am generating them into `/pkg/api/v1`. I have `protoc-gen.sh` file with content like this: ``` protoc --proto_path=api/proto/v1 --proto_path=third_party --go_out=plugins=grpc:pkg/api/v1 auth_service.proto protoc --proto_path=api/proto/v1 --proto_path=third_party...