birivium

Results 6 issues of 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...

🔧 Improvement
🚧 Next
✅ Done

### 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...

bug/needs-info

### 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)....

bug/needs-info
topic/typescript
topic/graphql

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 =...