Remi Thebault
Remi Thebault
This is opinionated, but wouldn't it be better if the red squiggles extend to the end of the line? 
The PR that goes with Pure-D/serve-d#271
Now that `compile_commands.json` is (at least partially) supported in `serve-d` (CCDB component in workspace-d), is it possible to add support for it in `code-d`? What would be the TODO list...
### Describe the bug When I popup a context menu using JS API `@tauri-apps/api/menu`, the menu shows normally, but is closed as soon as the right mouse button is released....
This is a fix for tauri-apps/tauri#9658. I noticed somehow that setting the `time` field of the GDK event prevents GTK from closing the menu on right click release.
Blocking in `wl_display_dispatch`, which should be replaced by `wl_display_dispatch_pending` as long as surface is not configured. This is what `weston/clients/simple-egl.c` is doing. Also what I am doing here in the...
___Advantages___ - Meson is much better for code generation (today everything is pre-generated manually) - format.d code gen - vulkan and opengl bindings - spirv shaders - Meson is better...
Backend should give the information whether the texture coordinates are top-down (Vulkan) or bottom-up (OpenGL). This indication can be used to flip the texture upload (starting by first row or...
It is intended to provide a high level API on top of Graal. This API should make writing code easy (Graal is just as complicated as Vulkan, just a little...
Something like gfx-rs' Warden