Julien Fraichot

Results 27 issues of Julien Fraichot

Hi, I've been struggling all morning with this issue, and I can't seem to figure out why it fails. I have a model of which the input is of `Dense`...

Hi, I am using semantic release to publish my package, which means that at build time my package version is always the same (`0.0.0-dev`). Would one be able to integrate...

question

Hi, sorry to bring up again an issue that has been reported multiple times, but I tried the various proposed solutions and it still shows up. What I tried: -...

needs: work

Hi, Not sure if this is already an option, I searched the API and the issues but didn't find any clear way to do it. When the url is `https://example.com`,...

Hi, I was facing another normalization issue today and I have found that with javascript we use `jsonld.normalize` with `expandContext` https://github.com/digitalbazaar/jsonld.js/blob/main/lib/jsonld.js#L536, while `pyld` does not offer the same option https://github.com/digitalbazaar/pyld/blob/master/lib/pyld/jsonld.py#L247....

## Software versions * **OS**: Mac OSX 10.14 * **Consumer Pact library**: "@pact-foundation/pact": "^7.0.3" "@pact-foundation/pact-node": "^6.20.0" * **Node Version**: 10.4.0 ## Expected behaviour The interaction I am trying to contract...

bug
Verified
ready

Getting this error on the ion example: ``` [internalError] Driver cannot retrieve resolve result for did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl_xLDI9Nfk38w5w from http://driver-did-ion:8080/1.0/identifiers/did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl_xLDI9Nfk38w5w: Connect to driver-did-ion:8080 [driver-did-ion/10.100.127.40] failed: Connection refused (Connection refused) ``` Getting the...

Hey, so it's not so much a bug but rather a call for assistance. I am trying to get a testnet DID published from my local machine's node and resolvable...

Hi again, I have managed to configure ION so that it would start retrieving data, but I am now facing a different issue. Here is a curated copy of the...

As per https://github.com/decentralized-identity/ion-tools/blob/main/ion.js/lib.js#L96, one cannot specify only one of the endpoints otherwise they both are reset to the default microsoft endpoints. Subsequently, why is the challenge endpoint not available locally?...