Timo Stamm
Timo Stamm
Hey Bob, this repository provides a foundation for protobuf in JavaScript and TypeScript, but it isn't concerned with networking at all. But it was designed to be easily built on...
Hey @shuheiktgw, I can confirm that your solution is correct. We're looking to improve the behavior in the future.
Hey @Goldziher, can you tell me a bit more about your directory structure? Since you are using `buf.work`, I would expect a tree similar to this: ``` . ├── buf.work.yaml...
Ah, I think I see the issue. It is perfectly valid to move your proto files into a sub-directory like `proto`. We do it ourselves in the buf CLI [here](https://github.com/bufbuild/buf/tree/2934373790d72c4e7add9618be48e50472466133/proto)....
Heard you on point 1 and 2. Point three has some less-obvious complications: Consider a plugin a generating `foo/bar.pb.go`, and a second plugin generating `foo/bar.client.go` that imports from `foo/bar.pb.go`. In...
> apply certain plugins only to certain files You can do that today with the following flags: ``` --path strings Limit to specific files or directories, e.g. "proto/a/a.proto", "proto/a" --exclude-path...
@joshcarp, I was looking to verify whether this is still reproducible with the latest version, but wasn't able to reproduce with either 1.26.1 or 1.9.0 with your repository. Was there...
Hi Enes, thanks for the report. The error message from yarn really isn't ideal helpful. From [our documentation](https://docs.buf.build/bsr/remote-packages/npm#other-package-managers): > Please be aware that [Yarn](https://yarnpkg.com/) versions greater than [v1.10.0](https://github.com/yarnpkg/yarn/releases/tag/v1.10.0) and less...
Thanks for the initiative, Enes! The code for the NPM registry implementation that runs [Remote Packages](https://docs.buf.build/bsr/remote-packages/npm) is part of the BSR, which is closed source. It is definitely possible that...
@bufdev, we're working on a feature that allows us to provide a hash for the package, which will make yarn v1 work. Makes sense to me to wait for this...