birivium
birivium
I'm using PickerInline as a component in a React project utilizing headlessui's Dialog. It all works fantastic, however when I want to authenticate with Facebook or Google, the window.url is...
### Description When creating a Redis resource from Coolify the docker-compose.yaml sets the following command: ``` "Args": [ "redis-server", "/usr/local/etc/redis/redis.conf", "--requirepass", "", "--appendonly", "yes" ], ``` The problem is that...
### What's not working? Trusted Documents does not work with Realtime. Interestingly if you inspect the network tab, the subscription subscribes properly (client establishes websocket) and the trusted store does...
### What's not working? Unable to write to redis db when using realtime setup. Using similar code for setting up graphql subscriptions as the demo. Longer post [here on discord](https://discord.com/channels/679514959968993311/1275203549709602867)....
I have a lot of issues with the scanner component properly taking width and height. What are best practices in making this work? Mine looks like this. I upgraded to...
My installed packages: ``` "redis": "4.7.0", "redis-om": "0.4.7", "@redis/client": "1.6.0", "@redis/graph": "1.1.1", "@redis/json": "1.0.7", "@redis/search": "1.2.0", ``` My code: ``` import { createClient } from 'redis' export const createRedisClient =...
### Initial checklist - [x] I understand this is a bug report and questions should be posted in the [Community Forum](https://community.transloadit.com/) - [x] I searched [issues](https://github.com/transloadit/uppy/issues?q=is%3Aissue) and couldn’t find anything...
V4 of Fastify is approaching end of life by 6/30/25. This PR seeks to upgrade the relevant packages. Fastify V5 also requires node>=20 now. Migration docs: https://fastify.dev/docs/latest/Guides/Migration-Guide-V5/ Luckily many changes...
Redwood Studio is broken for the mail feature if trusted documents store is enabled. See https://github.com/redwoodjs/studio/issues/75 This fixes the issue:  This was the first initialization of studio with...