Results 571 comments of piegames

If you have multiple backup destinations, I'd like to have control about the execution: - Execute all - Execute until one succeeds - Execute until one fails This will cover...

> Supporting tabs is wrong, because tab width is undefined and will never be defined consistently. I don't understand this. Tabs having a configurable width is the *point* of using...

CR handling is indeed broken, although I'd consider it a separate issue. After some experimentation, I've come to the conclusion that the least bad solution to dealing with this is...

That would surely be possible, but (ignoring backwards compatibility concerns) would not allow putting raw tabs into strings. There are better solutions to this problem, as seen in other languages...

Please reopen. I am also running into this issue, on the currently latest versions. See also https://github.com/signalapp/Signal-Desktop/issues/7043#issuecomment-2850645953

To anybody else running into this: Make sure to use the same phone number as registered with your account. The migration process is not made for migrating to a new...

Someone who actually knows Haskell should vet this, but my gut feeling is that the complexity is still quadratic, and that the performance improvement is of other nature (or just...

They're doing similar things but on different fields of `Text`

While `nixfmt` as of recently has the capability of recursing into subdirectories, usually this should be the job of the program invoking it. Therefore, you should probably take your feature...