Katalin Rebhan

Results 97 comments of Katalin Rebhan

> Does that support ill-formed UTF-16 the way https://simonsapin.github.io/wtf-8/ does? In any event the plan for paths (main place this comes up) is using `std::filesystem::path` (#9205) which I suppose makes...

IMO any personal IDE/build-related outputs (that isn't part of the repo such as Gradle) should go into your user gitignore anyway, ~/.config/git/ignore. As modmuss said, otherwise you'd be adding something...

In OBS in the Audio Mixer, you can click the gear icon and open the Advanced Audio Properties dialog, that has a "Sync Offset" option. Maybe that's what you need...

This seems to be a duplicate of #228 (maybe?)

Qt has `QFileDialog::setDirectory` or `setDirectoryUrl` for this. In the same vein, allow pre-selecting a file to allow for "Save As" type actions to select the file the document is currently...

No, in a lot of cases the application wants to open different directories under different contexts (e.g. for different file types), or set a path explicitly, e.g. "Save As" in...

> Fixes a lot of failures for very non-compliant mail. > > lmtp_line_length_limit = 32000 > smtp_line_length_limit = 32000 I'll try those and see if it improves it, thanks!

I guess I should have checked what they actually do first, huh? Thanks. I don't think this problem is related to _mail content_ line lengths, it's a DMARC verification issue,...

> My issue was that forwarding broke DKIM due to > Postfix on the forwarding servers "fixing" long lines. Allowing line > lines on all Postfix instances solved that problem....

Hmm, I just found this, which seems to match the problem I have exactly: http://lists.opendkim.org/archive/opendkim/users/2019/03/3820.html So this might actually be an OpenDKIM issue that's already been fixed in the newer...