Where to report snippet bugs?
I see this repository is for the snippet manager plugin itself, not the snippets, which are hosted in a Gist. The Gist interface doesn't make it easy to report bugs or propose changes. So, where would you prefer issues to be reported in snippets?
In the meantime, I had trouble with simple_ui.py referencing uicontext, which I was able to fix by:
-
uicontext->current_ui_context -
context.widget->context.getCurrentView().widget()
Here works fine for me, thanks!
And yeah, I changed some of those variables but didn't update all snippets yet. Appreciate the reminder. I do plan to migrate the snippets away from a gist at some point either to this repo or another. That would be a good small post-4.0 task for me this week or next.