Michael J Gruber
Michael J Gruber
Also, I've tested "live" with office365 shared mailboxes (imap), they do work as expected so far. Should I add docs to the README in contrib?
xournalpp computes the scale as follows: if the image fits into the page as is, it is not scaled (`zoom==1`). If not then it is scaled so that it fits....
Absolutely, @cmaziero This repo is turning into a lecturers' meeting place, we all have similar use cases :) I checked out this bug to see whether it is solved in...
I'm not sure we "ordinary people" can change the label. I'd suggest you edit the title to reflect the feature request. This way everything is still together here - it's...
Is there something going on beyond messing with the path? If I put ``` #!/usr/bin/env python3 ''' Work around pip 25/pyproject_hooks 1.2.0 path meddling ''' from platform import * ```...
It gets even more interesting. Even if - I pop "platform" from `sys.modules` before the import - and `sys.path` does not contain the parent dir of the `platform` dir nor...
So it seems to be pyproject_hooks injecting its own Finder into `sys.meta_path`. I don't know what the proper fix is in pip (not doing that, removing the Finder, fixing the...
AFAICT it is commit 084b02e in pyprojetc-hooks which looks like a big squash of several commits. It is beyond me why people do that - it prevents isolated reverts, let...
From fixing a similar issue somewhere else, I would look at instances of `&vec[0]` and `&vec.front()`. Also note that Fedora builds tntnet 3.0 against cxxtools 3.0 afaik, which are both...
Turns out: *not* disabling the tests in Fedora's cxxtools build would have caught this error ... Patch upcoming.