Joe Martinez

Results 16 comments of Joe Martinez

partial completion Merge pull request https://github.com/NotJoeMartinez/chess-insights/pull/25 from NotJoeMartinez/openings_main_lines https://github.com/NotJoeMartinez/chess-insights/blob/5bbc6e174101629a1a7e0bec9120ab6d26cd7bf4/src/components/Charts/OpeningChart.vue#L48

This is my python solution Make this script in a dedicated folder for me it's `~/.local/scripts/watson_rm/watson_rm.py`. ```python3 import subprocess import json import sys def main(): project_name = sys.argv[1] confirm =...

We could use the `ROWID` column as an alias, it wouldn't involve modifying the db and would be limited to small integers to the left of the `channel_id` column when...

Partially implemented this "Allow for searching by channel name and Rowid #32" The aliases are defined by rowIDs or channel name.

The last attempt to get on homebrew core was denied due to missing release tags https://github.com/Homebrew/homebrew-core/pull/131775 I have been unable to build from source using this formula: https://github.com/NotJoeMartinez/homebrew-yt-fts/blob/main/Formula/yt-fts.rb Thread I...

added delete function with "Chroma integration delete vector store #95"

Partial completion with: "Fixed Chromadb not deleting documents #110 "

Fixed db lock error: " Db lock error on delete #121 "

This could be added to the search feature as a `--title` flag and would work well with the current implementation of sqlite advanced search syntax. ```bash yt-fts search "podcast* clips*"...

Have you tried multi threaded downloading? It substantially decreases the time it takes to download a channel ```bash yt-fts download --number-of-jobs 5 "https://www.youtube.com/@3blue1brown" ```