-
Updated
Jul 8, 2022 - Java
did
Here are 210 public repositories matching this topic...
-
Updated
Jul 8, 2022 - Rust
-
Updated
Jul 2, 2022 - HTML
Bug severity
2
Describe the bug
There have been several deprecations in TypeORM 0.3, most notably the connection API and the way columns are used in query builders.
Observed behaviour
This is not visible in Veramo behavior yet, but we still need to update our sources and docs to use the new APIs before they are completely removed.
-
Updated
Apr 26, 2022
Add Storybook
Want to add storybook, to encourage reusable components.
-
Updated
Mar 2, 2022 - Rust
-
Updated
Jul 6, 2022 - Go
-
Updated
Mar 3, 2022 - C++
-
Updated
Jul 9, 2022 - TypeScript
-
Updated
Jul 6, 2022 - Go
-
Updated
Jul 8, 2022 - HTML
-
Updated
Jul 8, 2022 - TypeScript
publicKeyJwkFromPublicKeyBase58 method is present for Ed25519 suite but is missing for secp256k1 .
Suggested method:
const publicKeyJwkFromPublicKeyBase58 = value => {
const publicKeyHex = publicKeyUInt8ArrayFromPublicKeyBase58(value).toString('hex')
const publicKeyJwk = publicKeyJwkFromPublicKeyHex(publicKeyHex)
return publicKeyJwk
}
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Jul 7, 2022 - TypeScript
-
Updated
Jun 23, 2022 - Go
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
Jul 4, 2022 - C#
-
Updated
Jul 8, 2022 - Dart
-
Updated
Jun 23, 2022 - Go
- Aids integration with test tooling (e.g. REST testing in SoapUI).
- Makes it easier to get the correct OpenAPI spec for that Nuts Node version (without having to look up and download the correct versions from RTD).
This shouldn't be too hard; when you pass the spec option to openapi-codegen command, it adds the specification source to the generated code. Only thing left is to register so
-
Updated
Jun 10, 2022 - Python
-
Updated
Nov 26, 2020 - Java
-
Updated
Dec 13, 2021 - C#
Improve this page
Add a description, image, and links to the did topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the did topic, visit your repo's landing page and select "manage topics."
It could use random number generator and breaks the test. Investigate and fix the test.