Art Gillespie
Art Gillespie
Since we handle our own on-disk and in-memory caching, we want to prevent `NSURLCache` from caching any image responses.
I've gotten a fair amount of feedback about KVO errors logging to console when observers aren't removed. I think we should document this better in the README but also consider...
We should be able to remove requests from the image processing queue.
We should be able to remove requests from the networking queue.
In [io/gltf.py:293](https://github.com/NVIDIAGameWorks/kaolin/blob/master/kaolin/io/gltf.py#L293) `skip_mesh` is left as `True` when encountering a mesh primitive that isn't type 4/triangles. As a result, at [io/gltf.py:338](https://github.com/NVIDIAGameWorks/kaolin/blob/master/kaolin/io/gltf.py#L338) `None` is appended to meshes. At [io/gltf.py:375](https://github.com/NVIDIAGameWorks/kaolin/blob/master/kaolin/io/gltf.py#L375) the returned...
### Description See [Slack thread](https://flyte-org.slack.com/archives/CP2HDHKE1/p1702929331282509?thread_ts=1702663184.176759&cid=CP2HDHKE1) for more context. I found the docstring ``` :param min_success_ratio: If specified, this determines the minimum fraction of total jobs which must complete successfully before...