bennik88
bennik88
**Problem:** react-query-firebase always show the error `Error: No QueryClient set, use QueryClientProvider to set one`. My provider is given like in the newest docs. **What I've tried** - Setting ->...
It seems like the [CreateOnlyDefault()](https://www.django-rest-framework.org/api-guide/validators/#createonlydefault) doesn't exist in rest_framework_mongoengine and does not work in combination with rest_framework. Example: ``` from rest_framework_mongoengine import serializers class ProjectCreation(EmbeddedDocument): project_created_by = fields.StringField(max_length=50) date_of_creation =...
Problem: I can't find an option to set `showLike`, `showWatchLater`, `showVimeoLogo` or `showShare `with props. It would be nice to activate or reactivate them on need like with the already...
**Problem** I want to show a loading indicator as long as the video is loading. Is there any workaround for now? **What I've tried but for sure can't work because...
### Reproduction link [](https://codesandbox.io/s/antd-reproduction-template-forked-dixkyk?file=/index.js) ### Steps to reproduce Set up a standart `` component. Add multiple columns to it. And set one of the columns property responsive to...
# Bug report ## Describe the bug I'm downloading an image file with `.from(bucket).download(path)` after replacing the image with `.from("avatars").upload(filePath, file, { upsert: true });` but the downloaded file is...
## Problem I want to restart the video and can't find a way to make it work. I'm trying to make an on hover video player, so as soon as...
# Bug report ## Describe the bug I'm downloading an image file with `.from(bucket).download(path)` after replacing the image with `.from("avatars").upload(filePath, file, { upsert: true });` but the downloaded file is...
**Problem** If I understand the code base correctly it's missing the case when a user is deleted in the database to also delete the stripe record that belongs to it....