Mat Kelly
Mat Kelly
> does a file nested in a directory structure have a hash of it's own Yes, note the delta in the "b5" directory below when an additional file is added....
As another caveat that has ramifications for de-duplication, the entity-body in the HTTP response may vary over time, i.e., `ipfs add` of differently chunked payloads will result in different hashes....
@pirate Yes, the temporal context of `Memento-Datetime` and `Link: ...rel="original"` is provided in the HTTP headers. Once downloaded and accessed beyond HTTP, this context is lost and out-of-the-scope of Memento...
After modifying the binary file names from each of the version built and installed from homebrew as well as the version built from the current HEAD of the main branch...
I disabled the Info.plist copy in the MAKEFILE and installed and signed via an Apple Developer certificate via modifying the build script to use: ```pyinstaller -p bundledApps ./bundledApps/WAIL.py --codesign CJN5C23SY3...
I re-enabled the Info.plist copy in the build script and am attempting to sign the app after building with pyinstaller. After getting my id to appear when using `security find-identity...
Per https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow , the altool has been deprecated since November 2023. Look at this link for a newer notarization workflow.
This error is invoked when a Python `OSError` occurs when checking if the IPFS daemon is alive/accessible. The default assumption is that the IPFS API will be available at /dns/localhost/tcp/5001/http....
I tried to partially replicate this issue without success just yet. ```sh machawk1@Mat-mini ipwb % ipfs daemon & [1] 51559 Initializing daemon... Kubo version: 0.18.0 Repo version: 13 System version:...
@ProximaNova With the IPFS daemon running, in a web browser can you first visit IPFS WebUI at http://127.0.0.1:5001/webui then try to access it at http://localhost:5001/webui and let me know if...