Marco Rubin
Marco Rubin
I've ran into a situation in which I had to get from a checkbox list not only the choices, but also their separators. This was because I had to pick...
Hi, I uploaded a PKGBUILD for `cpu-git` on the Arch User Repository, you can find it [here](https://aur.archlinux.org/packages/cpu-git). When you'll release tagged version, I'll upload a versioned `cpu` PKGBUILD.
"thatsurvive" -> "that survive"
### Query - NetworkId: `IT` - From: `Location{ADDRESS, 45.0598110/11.9947290, place=Adria, name=via stazione}` - Via: `null` - To: `Location{ADDRESS, 45.4169470/11.8797640, place=Padova, name=Piazzale della Stazione}` - Date: `Fri Aug 20 14:33:08 GMT+02:00...
This patch adds `vkvg_show_text_with_length`, whose external behaviour is equivalent to: ```c VkvgText run = vkvg_text_run_create_with_length(ctx, text, len); vkvg_show_text_run(ctx, run); vkvg_text_run_destroy(run); ``` It also comes with a documentation and a recording...
Clearly not ready to be merged, I opened this PR so that we can discuss this issue here and not on #91 amidst long lists of commits.
Would you like to be able to use Pango in concert with Vkvg, as you can do with Cairo in `pangocairo`? I could work on it.
You can make Cairo-gl Wayland-native thanks to its EGL backend, as shown here: https://jan.newmarch.name/Wayland/Cairo. Can you do the same with vkvg?