Paul Hammond
Paul Hammond
@rcarver suggested this [on twitter](https://twitter.com/rcarver/status/403934233111969792). In the interests of flexibility I think it'd be a good idea to allow you to specify the AWS credentials as either an environment variable...
as suggested in #61
Apple announced that [Python will not be included in future versions of macOS](https://developer.apple.com/documentation/macos_release_notes/macos_catalina_10_15_release_notes#3318248) and that [UIWebView is deprecated](https://developer.apple.com/news/?id=12232019b). Currently webkit2png relies on both. I have a proof of concept using...
In #66 Norm and I hashed out a possible spec for a new way of specifying output images on the command line. To quote it: ---- - `name:` (has to...
A user requested a --proxy command line parameter to override system proxy settings
It'd be nice if you could run `webkit2png http://www.☃.net/` and have it work. Unfortunately NSURL doesn't support IDNs easily.
The discussion in #27 has a convincing argument about why PDF generation would be a good idea, and the pull request includes some code on how to achieve it, but...
Thanks for making Tidbyt! I'm just getting started with pixlet and following the tutorials. I installed pixlet from homebrew, copied the `hello_world.star` from the tutorial and ran `pixlet serve hello_world.star`....
hashdeep fails to compile on macOS when running on Apple Silicon / arm64. Logs are below. This is because the version of `config.guess` included in the repo doesn't expect a...
### `brew doctor` output ```shell ❯ brew doctor Your system is ready to brew. ``` ### Verification - [x] I ran `brew update` twice and am still able to reproduce...