Edward Knight

Results 22 comments of Edward Knight

macOS Catalina, Python 3.8.6, downgrading `requests` to `2.23.0` fixed the issue for me! Thank you @kiwiz and everyone for debugging.

I'm also seeing this issue on a new project: https://github.com/Edward-Knight/landlock/runs/8080492073 Before I added the token as an environment variable I was getting: ``` There was an error running the uploader:...

Or actually, looking at the code further, is the URL missing a `?body=`? So it should be https://github.com/apple/pkl/issues/new?body=java.lang.StackOverflowError?

Although #73 will ensure the URL is always valid, I don't think it's a full fix. The next line tries to URL encode the error, presumably so it can be...

Also should I open a separate issue about the stack overflow or is the current behaviour expected?

I belive this patch should fix: ```diff diff --git a/docs/modules/language-tutorial/pages/03_writing_a_template.adoc b/docs/modules/language-tutorial/pages/03_writing_a_template.adoc index cf7024c..2bce6c7 100644 --- a/docs/modules/language-tutorial/pages/03_writing_a_template.adoc +++ b/docs/modules/language-tutorial/pages/03_writing_a_template.adoc @@ -304,17 +304,17 @@ assistants { agenda { ["beginners"] { - title...

To add on to the debugging - I cannot reproduce when using xvfb in Docker or otherwise

Hi @cement-head, could you show us the permissions of the `DATA` directory on your mounted drive instead of the contents? You can do this with `ls -ld DATA` instead of...

For people looking for a workaround, the shellcheck-py hook will work in these situations: https://github.com/shellcheck-py/shellcheck-py (funnily enough another one of @asottile's projects)

I personally no longer need iOS builds going forward - I'll leave the issue open but feel free to close it out if it's not something you want to support....