Michael Vorburger
Michael Vorburger
https://github.com/multiformats/multibase/tree/master/tests
```java var args = AddArgs.Builder.newInstance().setCidVersion(1).setHash("blake3").build(); ipfs.add(namedStreamable, args); ``` causes: ``` Invalid cid bytes: 01551e20623a5460d841b6d1c13d080e85500e0043fd4ba4a8ba9c1aa9b4f6e0d212276c io.ipfs.cid.Cid$CidEncodingException: at io.ipfs.cid.Cid.cast(Cid.java:188) at io.ipfs.cid.Cid.decode(Cid.java:168) at io.ipfs.api.MerkleNode.(MerkleNode.java:27) at io.ipfs.api.MerkleNode.fromJSON(MerkleNode.java:85) at io.ipfs.api.IPFS.lambda$add$1(IPFS.java:161) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) at...
@ianopolous @mk868 does this seem better to you as well? (Or am I just confused?)
It occured to me that it could be neat to agree upon a `multibase:` URL scheme. It would basically work just like those `data:` URLs (see e.g. [MDN](https://developer.mozilla.org/en-US/docs/Web/URI/Reference/Schemes/data) or [Wikipedia](https://en.m.wikipedia.org/wiki/Data_URI_scheme))....
What shall the IRI of a Multibase datatype (in a RDF Literal or RDFS, but even XML, or ~~a JSON Schema,~~ or whatever) be? You know, like e.g. [`xsd:hexBinary`](https://docs.enola.dev/models/www.w3.org/2001/XMLSchema/hexBinary/) or...
Would it make sense to allocate a multihash code for "AES-CMAC" -128 / -192 / -256 ? * https://developers.google.com/tink/supported-key-types#mac AES-CMAC * https://learn.microsoft.com/en-us/uwp/api/windows.security.cryptography.core.macalgorithmnames.aescmac * https://en.wikipedia.org/wiki/One-key_MAC * RFC 4493 https://datatracker.ietf.org/doc/html/rfc4493 & https://www.rfc-editor.org/rfc/rfc4493.html...
So that at least something appears on https://multiformats.io/multibase. Related to https://github.com/multiformats/multibase/issues/133.
**What happened?** I tried to start a new Workspace using the gcloud GCP Google Cloud provider. It failed, possibly due to some quota issue, or some other problem. I'm not...
Since I have added this in https://github.com/enola-dev/enola/commit/f201712d3006420cbfb42eb0dea40f695693fad3 : ```yaml - title: "Update ${group}/${artifact} from ${versionFrom} to ${versionTo}" commit-message: "deps: Update ${group}/${artifact} from ${versionFrom} to ${versionTo}" kinds: maven ``` Steward 🤵...
In the context of https://github.com/VirtusLab/bazel-steward/issues/422, where I attempt to use: ```yaml post-update-hooks: - kinds: bzlmod commands: - "bazelisk build //..." files-to-commit: - "MODULE.bazel.lock" ``` Bazel Steward's log looks like it's...