LucienLeMagicien
LucienLeMagicien
Just want to mention that this package is also found in `denoland/std`'s [`@std/http` module](https://jsr.io/@std/http/doc/negotiation). Header comment in these files point back to here. Relevant files: - https://github.com/denoland/std/blob/main/http/negotiation.ts - https://github.com/denoland/std/blob/main/http/_negotiation/common.ts -...
> Wouldn't making a HTTP call defeat the purpose of the signature verification? If the purpose of the signature is to have a safeguard in case someone makes a MitM...
@aduh95 Thanks for catching that! Turns out, this part is also wrong: > I think npm itself (and I assume other package managers) does not pin the registry's keys and...
Yeah I thought so as well, it scratches the engineer's itch but it doesn't seem worth it. I still think there should be a scheduled CI job to look for...
Actually (since the utilities are already cross-compatible afaik), maybe a simpler solution is to mark the whole module as compatible and add a note about [file_server](https://jsr.io/@std/http/doc/file-server), like how it has...
Just noting that I have been using @subframe7536's `kysely-generic-sqlite` and snippet posted above with `node:sqlite` under both Node and Deno for months with no issues (though my queries are fairly...
I have been wondering if it would be possible to write either: - An "adapter" to read Earthfiles into calls to the Dagger API (either as a standalone binary or...