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

fix: Parses docs prefs as JSON, python version fallback #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MetinYalcinkaya
Copy link

@MetinYalcinkaya MetinYalcinkaya commented Jan 11, 2025

Fixes #7

  • Parses docs as JSON before it's passed to set_docs_to_fetch()
    • Fixes the issue of random languages getting indexed
      • E.G.: If you put "markdown" and it parses it as a string, it also indexes
        D and R docs
  • Devdocs uses versions (python~3.13) for python, so added fallback for when a user enters
    just "python"

Fixes brpaz#5

Ulauncher API no longer supports CACHE_DIR from ulauncher.config, using CACHE_PATH from ulauncher.utils.migrate
Fixes brpaz#7

- Parses docs as JSON before it's passed to set_docs_to_fetch()
  - Fixes the issue of random languages getting indexed
    - E.G.: If you put "markdown" and it parses it as a string, it also indexes
      D and R docs
- Devdocs uses versions (python~3.13) for python, so added fallback for when a user enters
just "python"
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

Successfully merging this pull request may close these issues.

Doesn't seem to support python?
1 participant