Henry Story

Results 422 comments of Henry Story

Thanks for writing this up. Another example is ```scala def sign( algorithm: AlgorithmIdentifier, key: CryptoKey, data: BufferSource ): js.Promise[js.Any] = js.native ``` that should return a `Promise[ArrayBuffer]` https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/sign#return_value

Very cool. Reading Bartosz Milewski's [Category Theory for Programmers, Scala edition](https://twitter.com/hmemcpy/status/1160870623943561216) I understood that continuations are essentially what the Yoneda Lemma is about. So I also looked around to get...

Do you mean for the [JSIterable code](https://github.com/bblfish/scala-js-dom/blob/ed95316107c6082286225b97a9d88cd406cf688b/src/main/scala/org/scalajs/dom/experimental/JSIterable.scala#L16-L16)? I think that code no longer uses it. It uses `@JSBracketCall` but the way it is used is not clear from the documentation....

I get something similar running a 3 line program as described here: https://github.com/VirtusLab/scala-cli/discussions/1420#discussioncomment-3807513

could the meaning of DRI be written out in full? Looking at the error code in sbt I really had no clue where it came from. see https://github.com/bblfish/httpSig/runs/5512261348?check_suite_focus=true#step:12:33

> @bblfish DRI is internal Scala3doc terminology. I agree we should avoid it in the error message, it's certainly not helpful. We could just say that we failed to resolve...

Note: I have a PR that builds on lemon labs URI and test suites here. (Btw. Java URL normalization don't replace default ports I noticed...) https://github.com/banana-rdf/banana-rdf/pull/379/files#diff-9ab8031fc5aa2672acd07b807d370de6760feeef2b23864f63e10c8de8365c40

Oops, I don't know why I closed this...

Just my two cents. * I am ok with clients being required to know JSon-LD and Turtle, * my recent inspection of json-ld parsers for Java gave me a bad...

Btw, I think there is a half way point from WebID to DID which goes via https based KeyIDs. See the [HttpSignature proposal](https://github.com/bblfish/authentication-panel/blob/HttpSig/HttpSignature.md) (updated 11-Feb-2021) for an example. This is...