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

Adds the "psychedelic" CSS gradient from the Berlin45 hackfest [WIP] because the button's animated gradient does not slide in the Workbench UI for some reason. This is also a bug...

Closes #808 My strategy isn't fool-proof: I just `grep`ed for "icon", and removed everything related to the Icon Library. There might still be remains of it that I missed, but...

If Rust fails to compile, the error message is nicely visible in the console. However, if Rust panics at runtime, all you get is: ``` (re.sonny.Workbench.Devel:4): Gjs-WARNING **: 20:30:17.056: Unhandled...

rust

This is the first demo that would use `typing.cast`. What is your opinion in that? I feel like with data driven APIs like this, and due to the fact it...

Library 📚️
python

In Rust projects, since we have cargo, it's possible to install dependencies and use them from Workbench. it's very easy. Start a project, close the window, Workbench will ask you...

enhancement
rust

Seems to affect all implementations. This may not actually be an issue in Workbench but rather GTK but when a Video is paused and the user clicks on the big...

Currently Python code is not checked against any linting rules. We should check the merged demos and determine some linter configurations that we think would make sense to enforce. As...

python

I have implemented a "Safe Mode" in https://github.com/sonnyp/Workbench/commit/b9b24f93b78caea4d8b1805726cb29f98204450e and https://github.com/sonnyp/Workbench/pull/220 It is disabled by default. I would like to enable it by default but there are some things to figure...

Let's remove the builtin Icon Library in favor of the standalone "Icon Library". https://flathub.org/apps/org.gnome.design.IconLibrary We will need a way to "import" the icon into Workbench somehow