Emma Smith
Emma Smith
I agree with @JelleZijlstra that it would be preferable not to have to maintain multiple output formats. Perhaps as a compromise we could document the one-liner that @pdgendt created?
> files are being mounted into the containers with identical permissions, but with root:root ownership Are you perhaps running things with `sudo docker compose`? That might cause docker to mount...
Looks like the issue was an nginx instance sitting in front of trilium getting buffers overfull. Adding the following to my nginx config fixed the issue: ``` proxy_buffer_size 128k; proxy_buffers...
Since it seems this has impacted a number of users, perhaps it would be good to document this?
I would recommend we make this version the last to support 3.9 see https://github.com/python/mypy/issues/20154
I propose we make 1.19 the last version to support 3.9. We can include that in the blog post in case users want more time before support being dropped.
Also to expand on the runner issue, GitHub sent in an email > The macOS 13 runner image will be retired by December 4th, 2025. To raise awareness of the...
Merged main to fix CI
I think any note about the atomicity of list operations should probably go after the documentation about the type. I can imagine a beginner to Python going to the documentation...
I've successfully used Ivan's [com2ann](https://github.com/ilevkivskyi/com2ann), though I believe it may not cover every edge case such as tuple assignment. There is also a libcst codemod (a CST rewriter as far...