David Rust-Smith
David Rust-Smith
+1 to this request. Especially to be able to modify formatting of a pie chart from 1243 to $1,243 Awesome lib!
Would be an awesome feature. FWIW Base on my workflow I'd make heavy use of the: > configure the repo to always strip all output at every merge so no...
fwiw, should fix: https://github.com/NVlabs/FasterViT/issues/141
👋 @Marishka17 Your PR may already cover it, but since it seems directly relevant to the high level SDK downloading I wanted to flag this issue I just filed this...
Here is my workaround if it helps anyone else: ``` from pathlib import Path from cvat_sdk import make_client from cvat_sdk.core.downloading import Downloader from cvat_sdk.api_client import Configuration, ApiClient, exceptions ... try:...