James Cuzella

Results 41 issues of James Cuzella

In testing this `rofi` plugin, I noticed that whatever is entered into the "secure" password entry in `rofi` gets directly written to disk in plaintext. This appears due to `rofi`'s...

This change fixes manjaro-sway/manjaro-sway#835. Only signal the `nwg-wrapper` instance that is running `help.sh`, selected using RegEx: 'nwg-wrapper.*-s help.sh'

This pull request should fix #559, and silence the Node.js v16 deprecation warnings. I have [tested this change on another repo that uses my forked version here][1] [1]: https://github.com/LyraPhase/sprout-wrap/actions/runs/10262736236/job/28393043750#step:7:1

Hello, First of all: Thank you for this excellent GitHub Action! I noticed a deprecation warning in a repo that uses this action at latest git SHA: > ## Annotations...

This fixes #104 - Use C++17 in `CMakeLists.txt` - Use "`NEW`" `BoostConfig.cmake` policy ([`CMP0167`][1]) - Change ordering of `project()` after `cmake_minimum_required()` - Similar to fix described in #102 > [!NOTE]...

Failure to Build From Source using the AUR package: [`darling-dmg-git`][1] Build Log ```console $ makepkg --cleanbuild --sign -f ==> Making package: darling-dmg-git v1.0.4.r97.ga36bf0c-1 (Mon 19 Aug 2024 07:14:48 AM MDT)...

As requested in [#58 here][1], this PR adds the SystemD user service install & removal to the `installer.sh` script. Sorry, I was sidetracked with many other tasks for a few...

This reverts commit c810e7070e70e735edbd4be3e8e932e4e3f1a666. Notes: - [CentOS 7 reached End of Life][1] on June 30, 2024 - [RedHat moved CentOS Stream 8 & 9 upstream of RHEL][2] - Arch Linux...

The `--enable-dump185` Builds the `db_dump185` utility, which can dump Berkeley DB 1.85 and 1.86 databases. MacOS and BSD variants such as FreeBSD still use this version in certain system files...

This PR incorporates and supercedes #259 ## Changes - **Enable TRIM support for the macOS hard drive image.** - **Prevent qcow2 image ballooning with discard=unmap,detect-zeroes=unmap** - **Document qcow2 + macOS...