Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where to report snippet bugs? #48

Open
williballenthin opened this issue Feb 29, 2024 · 2 comments
Open

Where to report snippet bugs? #48

williballenthin opened this issue Feb 29, 2024 · 2 comments

Comments

@williballenthin
Copy link

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()
@psifertex
Copy link
Member

Here works fine for me, thanks!

@psifertex
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants