Michael Lohr
Michael Lohr
This makes the release binaries on Ubuntu/Debian completely useless, right? ```bash $ typst typst: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by typst) typst: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by...
@SaadiSave I just created one (https://github.com/typst/typst/pull/816). Feel free to comment on it! It's basically just a hotfix. We could also do it like ripgrep and support both, musl and gnu:...
Hi, sounds like a cool project, and maybe even what I initially intended for displayz to become! I like the idea of making displayz cross-platform - though I don't have...
> I wasn't sure what API you wanted to use for https://github.com/michidk/displayz/issues/1, so I need some input before I work on abstracting it away. The abstracts are currently in crate::common....
Good question. I think I chose winsafe because it's API was more rusty (it's handmade and not autogenerated).
Ah no actually, winsafe is a safe abstraction. The windows crate provides bindings which only can be used in unsafe context.
Just noticed, that my project is using the VBO implementatiom by HappyEmu.. gonna report that issue there, first.
> have you disabled high DPI scaling for the project? How do I changed the high DPI scaling of my OpenGL application? > The canvas.Size property will change the actual...
I followed your steps, but sadly it did not fix the Issue. The only thing this changed was that my console window is now on a different location. (I used...
Wow, this PR is great - exactly what I was looking for. Looking at this PR, I would rather use this instead of the current master. Sometimes it's unavoidable to...