ffortier

Results 3 issues of ffortier

## Short description I have a `jsonschema` containing a map definition of typed objects, but `opa check` is not able to detect typos in it. My current workaround is to...

feature-request
inactive

Fixes: https://github.com/piotr-oles/as-proto/issues/51 Support package-less protos with well known imports by not joining undefined values in the output file path.

Hello. I have the following protobuf definition `~/proto/contract/contract.proto` ```protobuf syntax = "proto3"; import "google/protobuf/timestamp.proto"; message Metadata { google.protobuf.Timestamp creation_time = 1; } ``` when generating the assembly script, it creates...