odysseas.eth

Results 83 comments of odysseas.eth

For some reason, bindata cannot compile for aarch64. I have no idea how @brocaar compiled it to create the binary, but dockerfile failed every time. Perhaps we can look into...

So we have to built it using arm32v7 and it will play in arm64 os? Might be relevant : https://github.com/docker-library/golang/issues/196

But from that I read in that issue I mentioned, an arm32 compilation won't play on a 64OS hardware. Am I missing something? Otherwise, yes we can build in 32...

Can you please elaborate on the process you followed ? Can we do the same in a dockerfile? Le 26 nov. 2019 à 11:06 AM +0200, alfonzodi , a écrit...

https://github.com/ZeframLou/foundry-docgen

For implementation, I found this [crate](https://docs.rs/json-query/latest/json_query/index.html) that uses C bindings from jq to parse the syntax natively. Is it a dependency we are ok with or do we prefer to...

That's a good note @mds1. I used the crate mentioned by @onbjerg and it seems to be working well. I want to see how to deal with abi encoding complex...

As part of this workstream, I consider the ability to write JSON files as well. I am considering the following API: - Define `string` path to file - Define `string[]`...

@onbjerg you are right. It wouldn't work for arbitrary objects and paths, only if you want to add a value at the top level of the json object. Another idea...

> @onbjerg you are right. It wouldn't work for arbitrary objects and paths, only if you want to add a value at the top level of the json object. >...