Derek Trider

Results 102 issues of Derek Trider

The `generate-test-keys` `Makefile` target uses `frapsoft/openssl`, which only has an `amd64` version. While this does seem to work currently (as it seems [that Docker makes use of QEMU to support...

With the changes made in https://github.com/decentralized-identity/credential-manifest/pull/113, Credential Responses (previously called Credential Fulfillments) can now indicate one of two cases: _fulfillment_ or _denial_. We should update our `cm` library with support...

I managed to create a DID doc that can be parsed, then marshalled, but then fail to reparse. To clarify, what I'm doing is: 1. Parse from JSON 2. Marshal...

The `check_bbs_interop.sh` script used to copy the `wasm_exec.js` file directly from `$GOROOT/misc/wasm/wasm_exec.js`. However, the latest version of Go works differently in that the functionality in `wasm_exec.js` has been reworked to...

As part of #3413, the protobuf type was updated from `github.com/golang/protobuf` to `google.golang.org/protobuf`. However, there are some places where the older type from `github.com/golang/protobuf` is still being used (namely, the...

As part of #3418, various linters were disabled temporarily. These linters should be re-enabled (and any failing code updated), especially `gosec` and `staticcheck`, both of which are currently reporting some...

The `generate-test-keys` `Makefile` target uses `frapsoft/openssl`, which only has an `amd64` version. While this does seem to work currently (as it seems [that Docker makes use of QEMU to support...

`deploy-with-external-mongodb` is mentioned in the docs but that make target doesn't exist anywhere. Should this be removed? (Used to be called `deploy-with-external-couchdb` - still didn't exist then)

documentation

The `generate-test-keys` `Makefile` target uses `frapsoft/openssl`, which only has an `amd64` version. While this does seem to run fine on Mac OS currently (presumably under Apple's Rosetta translation layer or...