Cosmin Lehene

Results 36 comments of Cosmin Lehene

Since most references are referring to i18n libraries, I suspect this may be from Chrome's auto-translation feature instead. ![image](https://user-images.githubusercontent.com/101597/145432882-3abf6e30-aef7-4bbd-8b24-3e9283fa66fb.png) I can reproduce consistently for both positinve and negative

@johanbrandhorst sure, I'm currently wrapping up the mess I've made while trying to get thing to work. Can you assign it to me, and I'll send a PR

@johanbrandhorst I've previously lost context on this, and it's a bit intricate. I'm finally back to this as I'm trying to figure out how to make it work for JS...

@johanbrandhorst you're referring to http://dcode.io/protobuf.js/ ? TBH it's a bit confusing as it seems that protobuf and grpc have been going a different route of actually generating the JS https://developers.google.com/protocol-buffers/docs/reference/javascript-generated...

It looks like it's possible to use decode.io protobuf.js with grpc-web https://github.com/grpc/grpc-web/issues/80

Indeed the example there was for the improbable grpc-web (the whole protobuf.js vs protobuf/js grpc-web vs grpc-web is confusing at least) > Also, while you can use this gateway together...

> I built six single-field protos and my bundle.js grew by 332 KiB. This is unacceptable. So far, it seems to me that the only solution offered is to learn...

These 3 issues seem to be related https://github.com/lightbend/config/issues/356 https://github.com/lightbend/config/issues/378

@viktorklang so use config for everything but for secrets use something else. Then why not use that something else for everything? This question is not about storing secrets in a...