Sebastian Pipping
Sebastian Pipping
@gschnellOnera the snippet you shared requires additional work to run in isolation. Could you turn it into a snippet reproducer that can be in isolation easily? Thanks in advance!
I would like to note that this change would break API backwards-compatibility (e.g. because `.` no longer matches just literal dots) and hence would need a major version bump if...
> @hartwork pyproject.toml is a bit of a bigger leap. initially I offered direct move to pyproject.toml but people were reluctant to do the leap. But if you are willing,...
> @hartwork sorry I meant "people in general on GitHub", not the vcrpy community. Some people don't feel to do the jump to pyproject.toml yet. @deronnax I understand, thanks for...
> Hello! I’m afraid I haven’t been following new developments in Python packaging very closely for awhile now. My general opinion on this is: if it increases compatibility with the...
> The problem you're seeing might be because the graph is pruned too much before cycle analysis is run..? Could you try adding `--max-bacon=5` to the command line? @thebjorn thanks...
@thebjorn thanks for your positive response! I'm a bit too swamped to have a closer look at the code myself right now, but great to know that there is interest...
> Python 3.8, for example, is no longer affected since v3.8.12 but older 3.8 versions will be affected. Same for Python 3.7. And Python3.8 won't be out of support until...
Please note that processing external entities has security implications (see https://en.wikipedia.org/wiki/XML_external_entity_attack).
> On Wayland this is no longer an option, the application does not now its position. To workaround this Peek on Wayland always runs as an X11 application with XWayland....