bmitc
bmitc
I created issue https://github.com/c0b/docker-elixir/issues/151 a while back to suggest archiving this repo, but it doesn't look like that is going to happen. Going to close my issue, so that this...
Thanks for the heads up! I closed my issue so that this one remains closer to the top.
I just came across this issue upon installing a development environment based only on `asdf`, `pipx`, and `poetry` on a machine that had `conda` used on it previously for other...
Conclusion: Surface must be disposed of.
I don't think this has anything to do with antivirus. My antivirus does not warn on download, does not warn when launching the application, and there are no protection actions...
> * `yzane.markdown-pdf` v1.4.4 working > * `jebbs.markdown-extended` v1.1.3: not working Neither of these are working for me. For `yzane.markdown-pdf`, the Mermaid code block is simply rendered as a code...
Is it possible that this bug is related to what I describe here in the GLFW forum? https://discourse.glfw.org/t/canvas-jitter-flicker-when-resizing-with-multithreaded-render-loop/2188/11 I had assumed that the issue I describe there lies within GLFW...
Specifically, here's the GIF uploaded to the GLFW support thread.  I don't have the ability to test this on macOS, as I don't have an Apple machine, and there...
@APopatanasov @FrozDark Did either of you ever make any progress on working around this issue? It seems that what you describe is related to what I also encountered in the...
Yes, you can synchronously block the resize with GLFW. That's what I used to debug this in the link I posted. I don't know if that blocks all other windows....