Vector35 / Vector35/snippets

Where to report snippet bugs?

Open
#48 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
31
Forks
14
PR merge metrics
No merged PRs in 30d

Description

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()

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading issue #48 and inspecting simple_ui.py, focusing on the reported uicontext and context.widget references. Confirm where snippet bugs are expected to be reported and whether the described compatibility issue still exists; done means the reporting path is documented or the reported references are addressed.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.