Axel Hodler

Results 7 comments of Axel Hodler

had to do the same, went for some modifications on the existing `ModifyResponseDataStreamFilter` ```java RequestContext context = getCurrentContext(); InputStream stream = context.getResponseDataStream(); // uncompress String body = StreamUtils.copyToString(new GZIPInputStream(stream), Charset.forName("UTF-8"));...

the project uses the transitive dependency `esprima-six` which seems to have been unpublished from npm, thus breaking the project. i tried updating `browserify` to its newest version `13.0.1`, which broke...

Thanks for the report! Please retry using the `docker-compose` way: https://github.com/OpenMined/PySonar#using-docker. To reproduce the issue above please post the steps you took after cloning the repository to arrive at the...

Do we have some notes on why Tendermint? Not that I'm against the decision. Just curious. Who would be running the Tendermint nodes?

What exactly would the Data Scientist want to do with the information? (tells us what to include in the output)

> Are IPFS addresses unique enough [...] Yes, in case there will ever be collision I guess ipfs will switch their hashing algorithm > [...] make sure we can deal...