Shawn Patrick Rice
Shawn Patrick Rice
I just pushed a new version (both here and) to Packal. It fixes some problems with Alfred 3 compatibility, perhaps this is what was happening. If not, can you let...
Caffeinate has different options and controls different aspects of what can go to sleep. Here is the `man` page: ``` CAFFEINATE(8) BSD System Manager's Manual CAFFEINATE(8) NAME caffeinate -- prevent...
Crypto-js was recently tagged with a critical CVE (see [CVE-2023-46233](https://nvd.nist.gov/vuln/detail/CVE-2023-46233)). Is there anything I can do to help move along a PR to remove it as a dependency?
It should be logging to `{bundler_data_dir}/data/logs/bundler-{major_version}.log`. That's where the PHP one is logging for me.
Also, the install notice will actually always be logged by the PHP bundler (for all bundlers) because, as of now, they all latch on to PHP's installation functions. If you...
I'm sold. 851e457aff1c74ebfa9741c3ad00bc65b43bfcaa reorganizes the directory structure to follow your proposal, @deanishe. I didn't write the `__init__.py` file, so that's on the todo list.
@deanishe and I were talking about the name `bindings`; I know that I'm the one who suggested it, but they aren't exactly bindings. They are actually `wrappers`. The initial problem...
Daves?
Okay, so `wrappers` become `interfaces` and `bindings` become `wrappers`. However, other actual wrappers (`fork.sh`, `update_wrapper.sh`) should keep the `wrapper` designation. Current files to change `wrapper` to `interface`: ``` bundler/AlfredBundler.php: *...
I'm cool with that. So `wrappers` stay as `wrappers` and `bindings` turn to `bundlets`?