Masayuki Izumi
Masayuki Izumi
sorry, it's a typo 🙈 It is `ruby_packge` correctly.
@dependabot merge
if you want to use Go Modules, 1. Apply the following patch to `grapi.toml` - ```patch - "./vendor/github.com/grpc-ecosystem/grpc-gateway", - "./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis", + '{{ module "github.com/grpc-ecosystem/grpc-gateway" }}', + '{{ module "github.com/grpc-ecosystem/grpc-gateway" }}/third_party/googleapis',...
📝 useful packages https://godoc.org/golang.org/x/tools/imports https://godoc.org/golang.org/x/tools/go/expect https://godoc.org/golang.org/x/tools/go/packages/packagestest
@dependabot rebase
Sorry for the delay in replying :bow: > I wonder whether it instead would make sense that the field types are wrapped within a generic. > That would allow more...
I updated the codes and PR description! could you review them? :pray:
tofu :name_badge: :cry: 
??? ``` yaml save-oni-files-to: ! "/home/izumin/Projects/github.com/izumin5210/CiPointCloudViewer/assets\x00" grid: 1 ```
 ``` cpp ui::Separator(); ui::Columns(4, "Connected devices", true); float table_width = ui::GetWindowContentRegionWidth(); ui::SetColumnOffset(1, table_width * 0.4f); ui::SetColumnOffset(2, table_width * 0.65f); ui::SetColumnOffset(3, table_width * 0.9f); ui::Text("serial");...