patlefort
patlefort
### Affected Version yay v11.0.2.r22.ge38d013 - libalpm v13.0.1 ### Describe the bug If I want to install AUR package A that depends on AUR package B and B isn't already...
Hi, it would be useful if the is_colorized function would be exposed outside the implementation detail namespace. That way I can know if it's safe to colorize into a transitory...
[autotools script should be written targeting POSIX shell](https://www.gnu.org/software/autoconf/manual/autoconf-2.60/html_node/Portable-Shell.html#Portable-Shell). If I change my default shell to say dash instead of bash, it will not work. Solution: replace the expression `${SDL_LIBS/-lSDLmain/}` with...
Small feature request to add dithering when converting from floating point to integer color values. Ordered dithering is fairly simple to implement and improve colors quite a bit to avoid...
As it stands, if a device doesn't have a label, it can't be accesses by a ipxe script with a "file://" URI. As this [commit message](https://github.com/ipxe/ipxe/commit/9913a405ea151706770559d42e758bc2c1da8525) say, mappings like "fs0:"...
Minor problem: ```bash src/lib/OpenEXRCore/chunk.c:350:86: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘int64_t’ {aka ‘long long int’} [-Wformat=] 350 | "Invalid chunk size reconstructing...
Would be nice to be able to specify multiple install directories as I don't want to install everything in the same drive, similar to Steam library folders.
### Description High amount of logging from `BaseJob::sendRequest` and `BaseJob::checkReply` from usage of qCInfo. Should it print this information with qCDebug instead? Should libQuotient be compiled with QT_NO_INFO_OUTPUT? Or is...
Crash after waking from suspend: [coredump.log](https://github.com/Irqbalance/irqbalance/files/9812669/coredump.log) Version: 1.9.1 [interrupts.log](https://github.com/Irqbalance/irqbalance/files/9812821/interrupts.log) [irqbalance.log](https://github.com/Irqbalance/irqbalance/files/9812823/irqbalance.log) [smp_affinity.log](https://github.com/Irqbalance/irqbalance/files/9812824/smp_affinity.log) [lstopo-no-graphics.log](https://github.com/Irqbalance/irqbalance/files/9812825/lstopo-no-graphics.log)
``` } hostname: 'asmjit' syscall: 'getaddrinfo', code: 'ENOTFOUND', errno: -3008, at processTicksAndRejections (node:internal/process/task_queues:83:21) { at emitErrorCloseNT (node:internal/streams/destroy:122:3) at emitErrorNT (node:internal/streams/destroy:157:8) at TLSSocket.emit (node:events:520:28) at TLSSocket.socketErrorListener (node:_http_client:442:9) Emitted 'error' event on...