Alexis Falquier

Results 5 issues of Alexis Falquier

any plans on a collections alpha build for linux? And or does the latest browser version already have collections support? Trying to follow the collections tutorial from here https://docs.blockstack.org/develop/collections.html

We recently came across an issue with our deployment of our mediator using the dotnet framework where the mediator crashes and even corrupts the wallet state when two calls to...

It seems like the mediator was intended to be able to hold metadata about a registered inbox as there is an optional parameter "metadata" on the function "CreateInboxAsync" [(code here)](https://github.com/hyperledger/aries-framework-dotnet/blob/c2ba76fe6a2e26a97f97f72004854ea21028197f/src/Hyperledger.Aries.Routing.Edge/EdgeClientService.cs#L63)...

Is there a way to use the framework as both a transaction author that is not an endorser as well as an endorser that is not the transaction author? From...

Currently to write a block of text and adjust the line height one would need to do this: ``` ... with pdf.text_columns(line_height=1.3) as text_block: text_block.write(text=) ... ``` while it isnt...

question
pending-answer
text_columns