Ian Sherman

Results 5 comments of Ian Sherman

I started to take a look at what would be involved here. Unfortunately, protobuf.js does not support encoding/decoding to/from canonical proto3 JSON: https://github.com/protobufjs/protobuf.js/issues/1304 It looks like it's partially implemented, but...

It looks like there are some open PRs that would help, e.g. https://github.com/protobufjs/protobuf.js/pull/1258 Maybe the way forward is to implement this using protobufjs, without support for those well-known types, and...

Thanks for picking this up @disjukr, @amaurymartiny, @stephenh. I lost momentum on https://github.com/stephenh/ts-proto/pull/106 when the motivation for JSON serialization became less clear in my application. Will close that now. Your...

On Discord, Luxonis-Erik tells me: > oak poes need about 5-10sec between reconnection, so watchdog has time to kick in and reset the device in Discovery mode However I am...

@doom-goober Are you sure that's the case? There are number of open issues (e.g. protocolbuffers/protobuf#1304) in the protobufjs repository about the lack of support for canonical proto3 JSON mapping. Would...