makeworld
makeworld
If you try and inspect the CID `bagaachrafghcfvmm344psfrpowpegzbh4wcgovlmem3csitllxtoifykmszq`, currently that returns an error: The multicodec for that CID is `blake3-hashseq`, which is [registered](https://github.com/multiformats/multicodec/blob/master/table.csv#L51) in the table. It would be nice...
Thanks for making this library. You describe the algorithm as MMCQ (modified median cut quantization), but from my reading of the code, this just implements a normal [median cut](https://en.wikipedia.org/wiki/Median_cut) algorithm,...
I read through the latest C2PA spec (2.2) and tried to align Streamplace with that. Changes: - Basic actions (`c2pa.created`, `c2pa.published`) are now timestamped - The more standard [`cawg.metadata`](https://cawg.io/metadata/1.2-draft+media-identifiers/) is...
**Description** Currently the only way to provide an elliptic key manually is to have a PEM-encoded public key written to the disk, and then pass that to `use_elliptic_key_verifier`. It would...
It'd be helpful if teams and tournaments could have admins, people who are able to resolve others questions, edit them, and so on. This would let me better manage the...
Two combined requests here: - A way to add a question to a tournament using the API - A way to alter question settings, specifically I'm interested in the one...
In Wails v2.9.3, `-buildvcs=false` was added to the compile step. This affects my build because I was displaying git info in my application as a form of version information. I...
### Description In the backend I have a drop handler registered with `runtime.OnFileDrop`. In the frontend I have this, as per [here](https://github.com/wailsapp/wails/issues/3686#issuecomment-2571720540): ```js addEventListener("drop", (event) => { event.preventDefault(); }); addEventListener("dragover",...