Aritz Berasarte

Results 8 comments of Aritz Berasarte

Sorry @aeneasr for writing in this closed issue but I'm just wondering if you could give more details regarding this statement: > In my personal view, I'm not a fan...

OK, I misunderstood your sentence then. Thanks for the clarification!

> > They will be connected as Identity A because of the valid session. We cannot re-init an authorization code flow for an external relying party once we are in...

> That is, replace require("../sibling/sibling.proto") with require("npmlib/sibling.proto"). This is exactly what we are doing. We have a shell script that replaces the relative imports with package imports. It's ugly and...

@BSBandme could you shed some light on this matter please? Our building script is now a little monster that is really hard to maintain and is breaking every time we...

I think this is related to protocolbuffers/protobuf-javascript#65. I would love to see this feature implemented one way or another as it would make `protobuf` much easier to use.

> I think we need an import option `js_package` (like `go_package` for go) could use the npm package to override the relative path. > > For example: > > ```protobuf...