Sonny Piers

Results 501 comments of Sonny Piers

Reproduced with the following snippet for the Checkboxes demo ```vala #! /usr/bin/env -S vala workbench.vala --pkg libadwaita-1 public void main() { var radio_button_1 = (Gtk.CheckButton) workbench.builder.get_object("radio_button_1"); var radio_button_2 = (Gtk.CheckButton)...

@TheOPtimal nice one Do you want to update it for Retro v2 and submit a PR to https://github.com/sonnyp/Retro/tree/main/styles ?

Shouldn't be too hard * https://developer.gnome.org/documentation/tutorials/search-provider.html * https://gitlab.gnome.org/Archive/gnome-documents/-/blob/master/src/shellSearchProvider.js

We are interested in supporting multiple doc versions in Biblioteca. We are also interested in having biblioteca in gnome nightly Until then you can build Biblioteca from `main` with GNOME...

Even more related https://github.com/workbenchdev/Biblioteca/issues/28 devdocs would be a good start - we'd get plenty of docs for free + GJS Otherwise I think we can show those in webviews (we...

Let's bring a concrete use case first where an app would make use of this and someone is interested in doing the work on that app. Workbench comes to mind...

Here is a way to reproduce ![image](https://github.com/workbenchdev/Biblioteca/assets/19673/285aff5c-b714-4d28-9047-98b2f64571a5)

Maybe a keyboard shortcut only?

https://gnome.pages.gitlab.gnome.org/libmanette/

@kra-mo in case it's helpful: https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/2217 (you can't use libmanette from org.gnome.Sdk) libmanette also has a working manifest example And if you need some kind of demo, @halfmexican built one...