Workbench icon indicating copy to clipboard operation
Workbench copied to clipboard

Code playground for GNOME 🛠️

Results 118 Workbench issues
Sort by recently updated
recently updated
newest added

As @theCapypara noted, this is getting crowded (see screenshot). We could use language logos (builder has symbolic) but I'm afraid it's gonna look the same. An other option is an...

One thing that would be good to have is to check all Rust demos with clippy. Clippy both ensures that they build correctly, but also acts as a linter. Looking...

enhancement

Not sure what's changed, but `gtk4paintablesink` doesn't get picked up automatically anymore. This PR makes GStreamer able to see it. Without this, these demos are currently broken. - Camera -...

When I start typing something like `Adw.StatusPage` the suggestions quickly get narrowed down to `Adw.Statusbar` ![grafik](https://github.com/workbenchdev/Workbench/assets/40485433/7e92b0c4-e46a-47b9-aedd-625a00be1746) so `Adw.StatusPage` is not for choice. That happens with other classes, too. Only after...

bug

Workbench should allow to create new projects from scratch, starting with empty UI, code and style file. It's cumbersome to take an existing demo and remove all it contains. I...

Workbench prompts users to install the llvm16 flatpak runtime to enable Rust support when a newer version is already installed. Would it be possible to require a minimum llvm runtime...

This is a draft because there are 3 outstanding issues: ### ~~1. It seems the typechecking really works when you open a previously-saved project~~ I believe this is because when...