ryuukk

Results 161 comments of ryuukk

I got hit by the issue again and i didn't remember about the workaround.. I think the template hack you mentioned is worth it if users gets a cleaner experience...

> You're defining that symbol (and initializing with 0). Add an `extern` to reference the linker-generated special symbol. I don't know whether it holds the address as value, or whether...

i get the same problem, prints 0 maybe that is related: https://stackoverflow.com/questions/58252467/heap-base-seems-to-be-missing-in-clang-9-0-0-is-there-a-replacement also since we need to compile with: ``-allow-undefined`` i'm unable to check wether it reports an issue or...

Could it be an alignement issue?: https://github.com/tinygo-org/tinygo/issues/2009 according to that issue, the patch will be available for LLVM 13 (ldc uses 12) ```D int addr = cast(int) cast(int*) &__heap_base; int...

> It's under a preview flag keep in mind https://dlang.org/changelog/2.101.0.html 9 days until the release And now users will discover a new feature and their tools will report their code...

@NeformaliTu Click your Profile, then click ``Appareance:`` and select ``Dark`` I don't know why chromium don't respect OS dark/light theme

same problem even with 4142 (* Files opened in Sublime Text are now added to the system recent file list (See the "update_system_recent_files" setting)) do you test your updates?

spam? can i get an URL for a refund request?

Found this repo, someone added sdf support for freetype's backend https://github.com/lliryk/ImGui-SDF/