Sita Bérété
Sita Bérété
Make the swipe to refresh bidirectional, as proposed in #516 - Add a bottom refresh indicator that rotates in the counterclockwise sense (as the top indicator rotates in the clockwise...
Add the possibility to display the progress while refreshing, as requested in #989 - Add an optional parameter `progress` to the `SwipeRefreshState` and `rememberSwipeRefreshState` - Test and add Code Sample...
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) No ### OS Platform and Distribution Web, Android, IOS ### MediaPipe Tasks SDK...
Hi @KoljaB, thanks for this amazing repo. Great work 👍🏾, really! I would like to know if I create an engine and implement the `BaseEngine` methods and simply generate the...
It would be nice to have an option to specify http headers. Maybe limit to http headers that won't conflict with pget. For example: **This would enable authentication with Authorization...
Currently, if you try to stream files you get a FileOutput instance in the following state: ```javascript FileOutput { locked: false, [state]: 'errored', [supportsBYOB]: false, [length]: undefined } ``` This...
### Checklist - [x] 1. I have searched for related issues and FAQs (https://github.com/mit-han-lab/nunchaku/blob/main/docs/faq.md) but was unable to find a solution. - [x] 2. The issue persists in the latest...
Currently only `str`, `int`, `float`, `bool`, or `cog.Path` are supported for streaming. It would be useful to support custom objects extending `BaseModel`, which can be used to include some metadata:...
Hi, I would like to run kokoro/piper and `nemo-fast-conformer-transducer-en-de-es-fr-14288` on GPU. I have built the Android libraries with API level 27, and initialized the models with `provider: Platform.isAndroid ? "nnapi"...