Fabio Pinheiro
Fabio Pinheiro
I edited several files that have things that is should be updated IMO. Do you approve the changes on `doc/tutorial/basic/index.md`, can I make a PR request for https://github.com/scala-js/scalajs-tutorial with all...
What is the status of this regression? (scala 3.0.0 with io.circe:circe-generic_3:0.14.1) I got another example of this. `scalacOptions ++= Seq("-Xmax-inlines", "50")` does not help It it possible that the macro...
Thanks for the update @travisbrown
cc @rodolfomiranda this was what I was suggesting the other day.
@rodolfomiranda I'm asking you. Since you are the one that initially wrote the protocol and implemented the Mediator. cc @antonbaliasnikov @goncalo-frade-iohk
Next week I will be off. But after that, I can contribute to the test vector example (with encrypted examples most almost all the messages in https://didcomm.org/search/)
One question @nickreynolds, doesn't the message needs to always to have the `epk` field in the `protected` header? From the specs I see: [JWE messages MUST use common epk, apu,...
I was also thinking in organize the examples into folders and files. More or less like this https://github.com/FabioPinheiro/scala-did/pull/109
@AlexAndrei98 I think to be a valid JSON you can not use a single quote. The field 'custom_headers' is not part of the specs. The field 'typ' is also not...
`JWM` does not have `signatures.header` We need to fix all examples is make JWM. But JWM document is an Expired Draft. So I'm not fully convinced this is the best...