Skip to content
#

grpc-web

Here are 154 public repositories matching this topic...

sallustfire
sallustfire commented Nov 10, 2021

ts-proto is great and we've been using it for a while in production. However, having the generated typescript files matching the name of the protobuf file with just the .ts extension is increasingly becoming a maintenance problem. For instance, there is no convenient way to gitignore these generated file with a glob if they are adjacent to non-generated sources.

Other widely used protoc plugi

PauloRAndrade
PauloRAndrade commented Oct 25, 2021

Summary

I'm unable to compile protos since I got a macbook with an M1.

Steps to Reproduce

I run the following to compile:

docker run --platform linux/amd64 --rm -v ${PWD}:${PWD} -w ${PWD} rvolosatovs/protoc \
 		--proto_path=. \
 		--go_out=./pb/go \
 		--go_opt=paths=source_relative \
 		--go-grpc_out=./pb/go \
 		--go-grpc_opt=paths=source_relative \
 		--grpc-ga

ADempiere-Vue is a new UI for ADempiere ERP, CRM & SCM. It is based on Vue and uses the UI Toolkit element-ui. It is a great UI for ADempiere ERP, CRM & SCM, based on the newest development stack of Vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. This project was forked from Vue-Element-Admin originally write by PanJiaChen / 花裤衩 over MIT license and was changed to GNU/GPL v3 by Yamel Senih after forked granted by PanJiaChen / 花裤衩 on the issue "Extend as GNU/Gpl v3 License #1434".

  • Updated Jan 4, 2022
  • Vue

Improve this page

Add a description, image, and links to the grpc-web topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the grpc-web topic, visit your repo's landing page and select "manage topics."

Learn more