Block a user
ci: simulate Pikaur flag duplication in Arch Linux CI
Quickfix for pikaur build failures (not sustainable)
Quickfix for pikaur build failures (not sustainable)
no-DB mode implementation
I don't understand the need for gstring and step1. I propose a simpler solution that might be more efficient, but I might've missed some intricacies:
no-DB mode implementation
the logic seemingly mirrors the one from _ff_state_build, creating repetition. I suggest extracting it to a different method to keep things DRYer and more maintainable
no-DB mode implementation
nit: I suggest this version for readability (avoid magic number of 3 and 4).
no-DB mode implementation
Typically, prefs are not autosaved and need manual saving via /save command. This place creates an exception, which needs to be discussed (e.g., later we might add /autosave command).
no-DB mode implementation
here and in other places: if the method does not exists, then it just passes. I think that we need to log this invalid state.