Skip to content
This repository was archived by the owner on May 4, 2025. It is now read-only.

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

Open
me-tiny wants to merge 3 commits intobrpaz:masterfrom
me-tiny:fetching_update
Open

fix: Parses docs prefs as JSON, python version fallback#9
me-tiny wants to merge 3 commits intobrpaz:masterfrom
me-tiny:fetching_update

Conversation

@me-tiny
Copy link

@me-tiny me-tiny 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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Doesn't seem to support python?

1 participant