Matthew Kennerly

Results 281 comments of Matthew Kennerly

I noticed that https://github.com/Majored/rs-async-zip/issues/94 is closed and that cargo-binstall is now using async_zip v0.0.17, so I gave this a try with cargo-binstall v1.9.0 and got a different error: ``` $...

I think it's caused by this issue: https://github.com/Majored/rs-async-zip/issues/141

Hi! Does this work? ``` POETRY_DYNAMIC_VERSIONING_COMMANDS=run poetry run sphinx-build ```

Hmm, what OS, Python version, and Poetry version are you using? It works for me on Windows 11, Python 3.10.7, and Poetry 1.2.2. I think I remember that issue happening...

Here's the part of Poetry that prevents the plugin from cleaning up on Linux specifically: https://github.com/python-poetry/poetry/blob/2b15ce10f02b0c6347fe2f12ae902488edeaaf7c/src/poetry/utils/env.py#L1893-L1894 This was originally identified in https://github.com/mtkennerly/poetry-dynamic-versioning/pull/6 when it used `os.execvp`. Now it's using `os.execvpe`,...

A bit late, but I've just raised this issue in the Poetry repo: https://github.com/python-poetry/poetry/issues/8092

@wohali Hey, I found this ticket by chance on Google and just wanted to suggest a project of mine that could hopefully be useful to you: https://github.com/mtkennerly/shawl . It should...

For `com.github.mtkennerly.ludusavi`: It was originally using `--socket=fallback-x11` + `--socket=wayland`, but I got a bug report (https://github.com/mtkennerly/ludusavi/issues/290) where Ludusavi wasn't able to invoke zenity and/or kdialog successfully. I was able to...

@kekonn Would you like any help finishing this up? I'd like to include it in the upcoming release.

Hmm, after testing this out, it might be more difficult than I thought to get it working 100%. Right now, there's an issue with paths that aren't specific to the...