Results 11 issues of Brent Shambaugh

I added an annotation to my private server and then added an annotation to the annotation server. I commented on the same text that csarven annotated and my comment overlaps...

bug
UI

I see https://w3c-ccg.github.io/lds-jws2020/ . This suite support cryptographic agility, see [[RFC7696](https://w3c-ccg.github.io/lds-jws2020/#bib-rfc7696)]. This table maps a key type to a subset of [[IANA_JOSE](https://w3c-ccg.github.io/lds-jws2020/#bib-iana_jose)] supported signing and encryption algorithms. kty crvOrSize signature...

enhancement
pinned

This exports additional functions used in the library so that they are available for use. I am using these functions in the following: https://github.com/bshambaugh/build-and-deconstruct-did-key https://github.com/bshambaugh/key-did-provider-p256

Here is a typical log: https://gist.github.com/bshambaugh/c85663417a3b494e7770e0541de14bb0 I was over on solid chat on gitter and @timbl said it was an error and suggested reloading the page. I tried this and...

I'm not sure what this is, maybe I'll have a fresher mind tomorrow to consider it: ``` ~/Downloads/BlinkyProject/testJWTremoteSigner/lib$ node P256Provider_class_old2.js node:internal/modules/cjs/loader:936 throw err; ^ Error: Cannot find module './bases/base256emoji.js' Require...

bug

I am starting to work through #225 and the first file that I changed was ECDH.ts. Please forgive my deletion of yarn.lock. If this is an issue, perhaps I can...

stale

## (Issue Summary / Feature Request) I started playing around with your Blink sketch and I realized that it was not easily portable to platform.io . /home/Arduino, library.properties, and a...

unittest libs

But for the record I am letting you know. npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '[email protected]', npm WARN EBADENGINE required: { node: '>=14.06' }, npm WARN...

It makes sense to me that you would specify a folder for things like core-scaffold with the syntax "core-scaffold":"Polymer/core-scaffold#~0.5.2"as in http://bower.io/docs/creating-packages/#bowerjson but why "polymer": "Polymer/polymer#~0.5.2 instead of "polymer":"~0.5.2" ?

When I type: sbt clean compile test in the vm/jvm directory I get an error with the sbt plugin it looks like it is building from this file: https://github.com/mm-adt/vm/blob/master/jvm/build.sbt ....