Marc R. Schoolderman
Marc R. Schoolderman
Note: the example you cite is `sudo su`; is that our `su` implementation or the "regular" version? Does it also occur with say something like `sudo sleep 600` or `sudo...
(Yes, `sudo -s` or `sudo -i` is generally what you should do instead of `sudo su`, but that shouldn't cause this issue.) Does it happen with `sudo sudo -s` as...
I'm suspecting an interaction between ~util-linux~ nixos's `su` and `sudo-rs` based on your answers; even though `su` seems to trigger it, I'd say the problem lies with `sudo-rs` (since the...
That's very useful info (I didn't know shadow-utils also packaged a `su` implementation). @pvdrz
Your analysis is correct; and this is related to issue #17 (the resolution of that would also close this issue, but I'd prefer to keep this open as it gives...
Go ahead, if you want to discuss your solution before shooting it in as a PR feel free to do that here.
Is there a compliance test for this?
This document is potentially useful for people, but languishing in the PR queue where it is unlikely to be found. Shall we un-WIP this, rebase it on current main, and...
Thanks! This feels like a broken ID3v2 tag or a decoding error. (id3 showing "USER::Cop" with the value "yright information..." feels suspect). But yes it would be nice to be...
Yes, the `GRP1` frame, is not defined in ID3v2.3 and so not supported. I see that this apparently is an instance where iTunes just defines a custom tag: https://github.com/id3/ID3v2.4/issues/18 without...