Charles
Charles
I had a use case for converting JSON to ArchieML. I've written an ArchieML generator and wanted to make it available to the ArchieML ecosystem. You can see the generator...
When I try to upload files with size ~4.7 GB using `b2 upload-file` the upload works fine BUT the resulting file does not have a `contentSha1`. For example here is...
Sometimes the downloaded files are uri-encoded. For example: https://www.ibm.com/downloads/cas/YE8GYW97 This returns the filename: "'ESG%3A%20Storage%27s%20Role%20in%20Addressing%20the%20Challenges%20of%20Ensuring%20Cyber%20Resilience.pdf" Using `filenamify()` on this filename keeps the uri-encoding and truncates the extension as well: ```js >...
I had a use case for converting JSON to ArchieML. I've written an ArchieML generator and wanted to make it available to the ArchieML ecosystem. You can see the generator...
A tool for ArchieML generation