acheronfail
acheronfail
I saw that you have a fork here: https://github.com/MCApollo/nodejs-mobile However, when I follow those instructions (from the upstream repository), it builds it into a framework... When I inspect the files...
This works great for all files in a directory, but I have a directory structure like this: * `src` * `items`
Apologies if I've missed an example of this, or if there's some API for it but I've not found it. I want to `BecomeMonitor`, but in an async environment. [This...
I'm using this in a network monitor context, and it's very nice to have automatic formatting into *bytes/sec - which is commonly used in things like download speeds in browsers,...
## Goal I want to find all windows for all applications _including multi-instance applications_, across all spaces. ## Problem Using `hs.application.applicationsForBundleID`, I can only get all windows on the current...
As far as I understand it, `serde_json` can't borrow strings with escape characters (it requires allocations). That said, the error messages outputted by `serde_json` were quite misleading when I was...
#### Background context I'm writing an [interactive replacer for ripgrep](https://github.com/acheronfail/repgrep). In a nutshell, my use case is somewhat similar to VSCode's: * spawn `rg` with the `--json` flag * parse...
Found the right one for the RTX A1000 for my Dell Precision 5570. Here's the process I used to discover it: https://github.com/acheronfail/acpi_call_finder
It would be great if this tool could change the volume of each client/play-stream. For example, have two apps open which are playing audio (e.g., Firefox and VLC) and then...