Kuba
Kuba
Add documentation to seed the first user during development for people frequently resetting their database, so they don't have to set up a user every time.
Hi, Can you please make proper tarball available on the download page? The automatic tarball-from-tag has a weird dir name when you unpack it and btw the links now go...
I'm trying to connect to a sentinel with: ``` const redisConfig = { host: '10.82.102.71', port: 31691 }; const redisClient = new Redis({ sentinels: [ redisConfig ], name: "redis-cluster" });...
It would be great if Cap could record key presses and in the editor allow overlaying them on top of the video, like https://github.com/keycastr/keycastr does. This would add more context...
## Bug description I noticed that sometimes the default input (textarea) masking in session recordings doesn't work and shows the actual text. I can't reproduce it myself, but here's a...