Gio Rice

Results 23 issues of Gio Rice

Please include [D](https://dlang.org/) too

Hello! I am trying to build TenDRA on my Void Linux x86_64 machine and it doesn't build: ``` /usr/include/features.h, line 194: Error: [C90 6.8]: Unknown preprocessing directive, '#warning'. /usr/include/features.h, line...

Hi! I tried learning how swash works and I instantly jumped to the swash_demo crate. There changed the font from "times" to "JetBrains Mono" and it indeed worked (even ligatures),...

Hello. I installed anything that the wiki said and still got this error when i tried to run `cmake -H. -Brelease`: ``` CMake Error at /usr/share/cmake-3.22/Modules/ExternalProject.cmake:2627 (message): error: could not...

**Describe the bug** I cannot use WRY. I was trying to view a simple website using the example on the README.md, but the window says `TLS/SSL support not available; install...

platform: Linux

Hi sunfish! After all the fixes I proposed to get eyra and mustang to work, my tiny miniquad project is still incapable of compiling because `dlopen`, `dlclose` and `posix_fallocate` are...

### Type Crash to desktop ### Bug description I Realized that this mod enables you to go up to 2^32 blocks out, but at that point the game crashes as...

enhancement
help wanted
epic

So for some reason, once I try to compile with make, using both ld, lld and even mold, I get a lot of duplicate `GC_jmp_buf` symbols: Mold output: ``` mold:...

### Description of the widget A Grid widget is a widget similar to a `box` widget that lets the user define a custom layout just like a CSS grid or...

**Is your feature request related to a problem? Please describe.** I am building a bar with GTK4 and I wanted to have an animated battery visualization, which can only be...

enhancement