Elliot Shepherd

Results 23 comments of Elliot Shepherd

I would also appreciate simpler configuration. I use this in docker-compose as part of a development environment that constantly goes up and down. I'd like to be able to -...

This is pretty interesting, is there any chance this gets rebased and put into master? I'm looking to create a number of form groups based on a select field and...

Required/optional doesn't exist in proto3. We could do it with some extended proto annotations though. I started some work generating json-schema from the same proto files, and using them in...

Does the services one contain all the messages?

I'm currently merging many swagger files together with jq... not pretty but getting the job done. ```bash j=`jq -s '.[0] * .[1]' $ALL_SCHEMAS_FILE $CURRENT_API_FILE` echo $j > $ALL_SCHEMAS_FILE ```

Uhhm. I don't actually have this project set up to run at the moment, will this commit cause problems, or should i just accept it?

It's not something I'm needing at the moment, so it's unlikely to get any real focus soon. I might at least get it updated to the latest version of graal...

Hi @MaitreDede, no I haven't looked at DB2 support. The ease depends on the driver, and if it is able to be run by GraalVM. I think the first step...

For anyone else trying to get protobuf to work... it can. Sort of. If you use gogoproto, you can have it generate marshal and unmarshal functions that work on the...