Darik Horn

Results 8 comments of Darik Horn

Invoking `rip.exe config` touches three different configuration files depending on switches. 1. `rip.exe config --reset` writes to: ``` C:\Users\dajhorn\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\rip\config.toml ``` (This is wrong because it touches the installation area.) 2....

Invoking `rip.exe url` behaves as expected when the desired configuration file is in the first path and deleted from the second and third paths. The `downloads.db`, `failed_downloads.db`, and `streamrip.log` files...

End-users expect this behavior because Windows Store implements it with an "Open" button and "Pin" option in the package menu. ![image](https://user-images.githubusercontent.com/494022/221358865-941358c2-2e9a-4a5c-bfef-92763e876665.png)

On Windows 11 with a default Windows Defender Firewall configuration, setting ZeroTier interfaces to "private" enables `.local` name resolution on ZT networks that have IPv4 disabled and IPv6 enabled. The...

@igorpecovnik, the linked driver is for the entire Mali Utgard hardware family. (ie: Models 300, 400, and 450.)

@jernejsk, I saw this [odroid forum post](http://forum.odroid.com/viewtopic.php?t=20103) and tried `libMali.so` from [ct-lubuntu-server-nand-v2.0.img](http://dl.cubieboard.org/software/a20-cubietruck/lubuntu/ct-lubuntu-nand-v2.0/server/ct-lubuntu-server-nand-v2.0.img.gz) with the new driver. It seems that the old `libMali.so` is well enough compatible with the new `mali.ko`...

Requiring `CONFIG_EFI_PARTITION=y` in the kernel config seems sensible. Maybe an autotools test for the `efi_partition()` entry point included from `fs/partitions/efi.h` in the kernel sources.