grpc-web
Here are 105 public repositories matching this topic...
Typescript warns Expected 0 arguments, but got 1. when I pass arguments for a protobuf message constructor. google-protobuf implementation of protobuf Message accept arguments.
// input.proto
message InputType {
string name = 1;
string email = 2;
}
// errors in typescript
new InputType(['my name', 'my email'])
Consider adding a constructor method to the ty
From @Globegitter
Aaahh, I did not see the
enableDevTools([
client,
]);
section. This is not visible in the chrome store or in the plugin itself. Do you think it is possible to add this somewhere more visible so one does not have to read the README here?
We should detect if a page has not been enabled and add instructions to the plugin screen.
Does the generated client code work with the Envoy proxy? I understand there may be some compatibility issues, particularly with regard to streaming services. Perhaps some sort of interoperability tests could be added.
-
Updated
Apr 30, 2020 - TypeScript
-
Updated
Jun 21, 2019 - JavaScript
maybe the same as improbable-eng/grpc-web#57 ?
i.e.:
browser - caddy(gprc-web proxy) - server
In our test, browser closed, server still sends data to caddy.
If caddy detected the browser's disconnection, and close the connection to server, then we could detect. However, it seems caddy still hold the connection to server.
-
Updated
Jun 17, 2020 - Dockerfile
-
Updated
Dec 26, 2019 - JavaScript
-
Updated
Mar 8, 2019 - Java
-
Updated
Jun 5, 2018 - JavaScript
We currently only support Quill editor fonts and paragraph styles, not media.
To support images and videos, we need to handle JSON as well as text in the insert command.
// Insert a bolded "Text"
{ insert: "Text", attributes: { bold: true } }
// Insert a link
{ insert: "Google", attributes: { link: 'https://www.google.com' } }
// Insert an embed
{
insert: { image: 'https://o
-
Updated
Jun 19, 2020 - Vue
-
Updated
Jul 10, 2017
-
Updated
Apr 5, 2020 - JavaScript
-
Updated
Jun 1, 2020 - C#
The current create-cert.sh script is for Windows. It should be converted to work for OSX/Unix and a .bat file should be added for Windows.
-
Updated
Nov 25, 2017 - Go
-
Updated
Jun 6, 2020 - TypeScript
Improve this page
Add a description, image, and links to the grpc-web topic page so that developers can more easily learn about it.
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."
Raising this issue so we can merge #489. We need to ensure we don't regress on this functionality.