lucas

Results 32 comments of lucas

My workaround is just to copy & paste the `validate.proto` and modify the `go_package` to your self-hosted one, just remember to match the import path. https://github.com/envoyproxy/protoc-gen-validate/pull/443

you should run the program as admin on UAC enabled Windows

And if you ping the address of the virtual nic on the local machine, the NT kernel will intercept and reply the ping, you can try to ping the gateway...

set the address of the adapter to 192.168.1.10/24 and the gateway 192.168.1.1/24. you ping the gateway, then you can read the data.

it's working on my pc, I'll look into this later

there's some issue with netsh, you can try to set the ip by right clicking on the adapter icon.

Thank you for report this issue. If it is possible, can you provide the minimal code to reproduce the issue?

I'm not very good at Typescript. But I think we might have to define a customized type for those, or just leave them as strings for now. Some refs: https://github.com/protobufjs/protobuf.js/issues/893...

~~BTW, `bytes - Uint8Array` is also inconsistent with the default JSON mapping.~~ ~~It should be a base64 url safe encoded string.~~

I've been trying to figure out a solution for a week. But I see no other way than using class definitions (with customized methods) or extra helper functions instead of...