Mat Kelly

Results 844 comments of Mat Kelly

See https://gist.github.com/bpteague/750906b9a02094e7389427d308ba1002 for February 2025 instructions on signing.

https://github.com/orgs/Homebrew/discussions/3348 describes the ``--no-quarantine'' flag that can be used so that macOS does not report the app as "damaged".

Hi @vorburger, the disabling of the issues tab was unintentional and the default behavior of GitHub's forking. I have since enabled it. Please file the issue there and I can...

@ProximaNova Thanks for reporting and spearheading the issue w/ the library. What is the use case for ipwb to add raw blocks/leaves? I'm unfamiliar and will do some reading on...

@ProximaNova In lieu of using a fork of py-ipfs-http-client until this change can be added to the master repo (if accepted), would it be beneficial / worthwhile to implement it...

They appear to use an approach like archive.md, except with an underlying Webrecorder stack for replay. They also don't support Memento for access just yet. curl -d "archive=https://matkelly.com" "https://ghostarchive.org/archive2" ...will...

Confirmed that this problem persists in the latest MV3 work (#316).

👋 Hello from a decade later, where I have finally opted to procure an Apple id to get the app signed. #595 has some instructions to get things up and...

Run `security find-identity -p basic -v` to get the signing string then: ``` codesign --force --deep --sign "thestringhere" /Applications/WAIL.app ``` With the copy commands in-place, this reports: ``` /Applications/WAIL.app: replacing...

``` cd /Applications/WAIL.app mv archives bundledApps support archiveIndexes build config ./Contents/ codesign --force --deep --sign "thestringhere" /Applications/WAIL.app ``` ...results in a messages not including the one referring to the unsealed...