Results 97 issues of Maximilian Downey Twiss

Cloned from git, checked out tag `8.3.489`, configured with `./configure`: ``` ... config.status: creating makedbh ----------------------------------------------------------- Configuration Summary (principle requirements): X11: yes Python3: yes OpenGL: yes Vector fonts: yes Cairo:...

Fixes #13121. The new `Lint/EmptyStringInsideInterpolation` checks for variables being assigned to empty strings inside of string interpolation, and removes this path from conditionals. Additionally, I extended the `Lint/EmptyInterpolation` cop to...

Following up on https://github.com/rubocop/rubocop/pull/13117#issuecomment-2325419197. More could be done here, in particular for more traditional if statements like so: ```ruby # bad if false foo end ``` But that would require...

Fixes #11191. Modifications were made to `Lint/BinaryOperatorWithIdenticalOperands` in order to stop it from acting on arithmetic operations, as to avoid doubling up. At any rate, `Lint/BinaryOperatorWithIdenticalOperands` would benefit from a...

This will correct the hardcoded `/usr/share` path in the installed bleachbit.py to match the `/usr/local` or other prefix passed to the makefile. If the prefix is `/usr`, things will behave...

**Describe the bug** Some packages have versions that are not available upstream-- this is misleading to display as a package manager, and against Repology policy: https://github.com/repology/repology-updater/issues/1236#issuecomment-2323526201 - [x] openssl: Chromebrew...

upstream 🎢

## Description Unfortunately, this test no longer works, and on top of that we have several packages with cyclical dependencies (i.e. the whole cairo and harfbuzz situation) that we cannot...

## Description The definition of what is an 'essential' package has been confused. Essential packages are those that are absolutely required for chromebrew to run, and only chromebrew. If you...

Built from git tag `v8.0`, using `make PREFIX=/usr/local`. ``` cc -O2 -pipe -ffat-lto-objects -fPIC -fuse-ld=mold -fno-lto -std=c99 -Wall -Wextra -pedantic -MMD -ggdb -c -o utils.o utils.c cc -O2 -pipe -ffat-lto-objects...

After updating to version 43160, my terminal now looks like this: ![Image](https://github.com/user-attachments/assets/7d2451ae-66b5-45b7-8ee3-c9b1cad897a6) ![Image](https://github.com/user-attachments/assets/1c72097f-0c5c-4347-abba-dae7cf898e98) I have tried resetting the configuration (although I was already using the default configuration, only modified to...

bug
new