Sonny Piers

Results 456 comments of Sonny Piers

In which case patterns entries can have a nice icon

Agree. Until then we can make small QoL additions @Diego-Ivan already added language tags - a filter would be good next.

I've tried adding a language filter, but it won't work without moving away from PreferencesWindow

https://github.com/workbenchdev/demos/pull/40

I would like to support other programming languages but we don't have a dependency manager for Python/Vala/JS ATM.

For JavaScript we could support ```js import lodash from "https://unpkg.com/[email protected]/lodash.js" ```

Design wise we should have a little description for each language and an intro that says "Use what you are familiar with".

@bragefuglseth would you be interested in designing something like this?

If you can find a way to merge both dialogs that's not confusing - I'm happy to :) Remembers the Extensions window is currently used for "user attempts to do...

One thing worth mentioning is that demos should sort of survive a sdk/platform bump because users can save them on their disk. Maybe we specify all dependency versions in imports?