A-Ron

Results 96 comments of A-Ron

Incomplete and probably out of date. And we have some lua land helpers (well one, but it's on my list to add a couple of more) that aren't included. Is...

@latenitefilms, for SHA1/224/256/384/512 and MD5, I can use the CommonCrypto library... is there something similar for CRC32b checksums? - - - For these additions, I'm thinking rather than replicate the...

*(For CRC32, see `zlib.h` at `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/zlib.h`)*

Actually no, this kind of got forgotten in the last couple of months. What was the final behavior we decide on for directories? Hash individual files and return a table...

See comment above (https://github.com/Hammerspoon/hammerspoon/issues/2544#issuecomment-702584248) -- I think this might be the most flexible... `hs.hash.hashDirectoryReport(hash, [key], hs.hash.forDirectory(hash, [key], path, [modifiers]))` would give you what you want while leaving it open to...

I'm going to have some free time in late May/early June, and I hope to revisit a number of half finished Hammerspoon enhancements I've worked on. I'll make sure to...

Technically I suspect (without looking at the code right now) that it's Lua's pattern matching and not true regex, but that's nitpicking... What do you mean by *individual strings within...

Ok yeah, if it uses NSPredicate, it uses actual regular expressions.

First I want to acknowledge all of these are valid concerns from a security perspective. I don't want to discourage you (or anyone else who reads this or joins the...

> Vector 1: Silent modification of config files in ~/.hammerspoon Possible mitigation: Introduce a config locking mechanism similar to apps like Tunnelblick, where a “locked” version of the config is...