Ray Douglass
Ray Douglass
Just submitting this PR to update `branch-21.10` of BlazingSQL with changes RAPIDS made to ensure compatibility with `cudf` `21.10`. This also contains `branch-21.08` commits that have not been forward merged....
Since both the `anaconda` command and `anaconda upload` subcommand have a `-t` argument for token and package type respectively, you can encounter a weird error if you put your token...
If the PR URL is available, adds it as a hyperlink to the cause description. - [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not...
VP9 & AV1 are becoming more popular, so add them to list of available codecs for `manage-media convert` and other commands. These codecs have their own configuration options including variable...
If a regular resolution video is made in vertical format, it could be classified with the wrong resolution name. For example, a regular 1920x1080 video is `HIGH_DEF`, but the vertical...
The project currently uses the legacy TVDB API and should be migrated to the v4 API. There is an [official Python library](https://github.com/thetvdb/tvdb-v4-python) now too, so we can probably remove [`tvdb_api.py`](https://github.com/raydouglass/media_management_scripts/blob/main/media_management_scripts/tvdb_api.py)....
**Is your feature request related to a problem? Please describe.** In some situations it would be more useful to share a link to the install selector with selections pre-filled instead...
We currently list specific driver versions in our requirements ([example](https://github.com/rapidsai/docs/blob/520b2f3288cebec0b0a82d5506e9f20d23ef43be/install/install.md?plain=1#L118-L122)). Usually it is the initial driver version associated with a CUDA version. However, many of these driver versions are not...
Update to match https://github.com/rapidsai/miniforge-cuda/pull/62 Supersedes #643
The rapids metapackage was updated to include `cuvs` by https://github.com/rapidsai/integration/pull/708, so add it to the list in the readme.