Fábio Franco Uechi
Fábio Franco Uechi
After installing the operator using `make deploy`, I'm trying to create the sample JobCluster by running: ```bash kubectl apply -f config/samples/flinkoperator_v1beta1_flinkjobcluster.yam ``` The reconciler never succeeds and the following errors...
Fixes #143 ## Tests output ``` $ PYTHONPATH=src python -m pytest tests ==================================================================================== test session starts ===================================================================================== platform linux -- Python 3.8.10, pytest-7.0.1, pluggy-1.0.0 rootdir: /home/fabio/workspaces/oss/open_clip plugins: forked-1.4.0, xdist-2.5.0 collected...
Currently only the pretrained models published on `openaipublic.azureedge.net` have the sha256 checksum verified/matched: https://github.com/mlfoundations/open_clip/blob/15bb1f7347acdfc2e5e3069455a84fbd188aa4f2/src/open_clip/pretrained.py#L131 I've ran into an [issue](https://github.com/apache/beam/issues/22402) where corrupted models were cached in `~/.cache/clip`. Can we generate the...
I'm using the Google OAUth2 provider and for some reason we are getting the error below intermittently: ``` authomatic: Google: Continuing OAuth 2.0 authorization procedure after redirect. authomatic: Google: Validating...
Hi, When I started using the Webapp2Session implementation I had to add the python-openid dependency because NDBOpenIDStore depends on it. How could we decouple both components so that we can...
https://jellyfin.org/docs/index.html
I've been using `fsspec` caching support: ```python urlpath = 'gs://mybucket/image.jpg' fsspec.open(f'filecache::{urlpath}', filecache={'cache_storage': '/tmp/files', 'expiry_time': 604800}) ``` I noticed that after opening many files (10k +) my application's memory consumption goes...
 How difficult would it be to implement this one? https://arxiv.org/abs/2211.11085 Should be very similar to S2-MLP , right ?
Hi, I need to set a custom parameter in the `GoogleAuthProvider`. Something like this: ``` var provider = new firebase.auth.GoogleAuthProvider(); provider.setCustomParameters({ prompt: 'select_account' }); ``` Which extension point could be...