David Gang

Results 4 issues of David Gang

**Actual Behavior**: - `What is the issue? *` tooltip sets up watcher even if we have one time binding. - `What is the expected behavior?` tooltip should set up watchers...

needs: demo
type: performance
P4: minor

Note: if you are reporting a wrong signature of a function or a class in the standard library, then the typeshed tracker is better suited for this report: https://github.com/python/typeshed/issues Please...

documentation
topic-usability

Hi, The following does not work as written in the documentation: https://expressjs.com/en/5x/api.html ``` app.all('*', requireAuthentication, loadUser) ``` This is because you are at a newer version of path-to-regexp https://github.com/pillarjs/path-to-regexp#compatibility-with-express--4x so...

5.x

The function [create_model_and_transforms](https://github.com/mlfoundations/open_clip/blob/main/src/open_clip/factory.py#L290) calls [download_pretrained_from_hf](https://github.com/mlfoundations/open_clip/blob/ab1ae01731885ef2436a40e3c8c147347f18153e/src/open_clip/factory.py#L128C23-L128C50) which has a parameter [revision](https://github.com/mlfoundations/open_clip/blob/ab1ae01731885ef2436a40e3c8c147347f18153e/src/open_clip/pretrained.py#L391). Unfortunately there is no option to pass the revision. Can this be added? This will make the use of the...