Paul V.
Paul V.
### Configuration - Extension name: Distributed counter - Extension version: 0.2.4 (19 Oct 2021) - Configuration values (redact info where appropriate): LOCATION="europe-west3" INTERNAL_STATE_PATH= "_firebase_ext_/sharded_counter" SCHEDULE_FREQUENCY= 1 ### Problem *This is...
It would great to have a command terminal or console for the cloud. I would especially look at two basic commands for debugging: - deleting collections/documents by name - pause/start...
This is a proposed pull request for [this](https://github.com/firebase/extensions/issues/876#issue-1124877924) issue. Note that this was only tested on the js version, and was simply rewritten for ts purposes.
[EDIT]: added error message for `$ ls -l` I simply followed the basic instructions for using [Process class](https://api.flutter.dev/flutter/dart-io/Process-class.html), as I want to make use of the [ffmpeg](https://ffmpeg.org/ffmpeg.html) tool in the...
## Description Is it possible to search for multiple embeddings at the same time? In my specific case, I want to make a similarity search for text and image embedding....
Love the package and would like to buy you a coffee. Do you mind adding a sponsor button to your repository?
Currently the main problem is that ffmpeg and this plugin require to write files to a temporary path. The problem is that web does not support file writings or path_provider...
Currently there is not support to capture device audio within flutter. In order to render widgets that do not have a set audio file (eg. live streams), but rather can...
With `.recordMotion()` users could take advantage of capturing widgets natively (including native views) and it could dramatically reduce capturing time from `RepaintBoundary`. This issue has been created to discuss the...