Diamond
Diamond
Missing dependencies. Search your distro's package list.
Huh interesting. Can you `gdb` it with a debug-enabled GTK?
You have to run the program. See https://www.thegeekstuff.com/2014/01/gdb-backtrace/. Breakpoints not needed.
> I think this should also prevent setting `gtk-theme-name` in the `gtkIni` for gtk4 variant. Otherwise it still tries to apply theme, and breaks if the selected one has poor...
> You're right that passing the `env` is possible in `spawn`, unfortunately restricting the environment is done for security reasons - for example if the student has access to the...
Given Fenster's API, it'll be quite tough to have HiDPI support for Wayland. The main issue is that the client expects a fixed viewport with an image buffer of the...
> AFAICT there's no X11/Windows/MacOS HiDPI support either, so I think that there should be no problem. That's true, however being a Wayland app, I think it should at least...
> Is the filter used for HiDPI buffers defined somewhere in the spec? I don't think so, but afaik, most compositors use whatever OGL has built-in, which is bilinear filtering.
Would something like Google Keep's list mode be easier to implement? Under list mode, every line automatically turns into a list, and each line can be moved around by dragging...
I'm currently working on implementing this feature. Here is my ongoing PR: https://github.com/discord-gophers/goapi-gen/pull/106.