Katie Holly

Results 20 comments of Katie Holly

> If you have an actual case of a web server that can't handle it that would be good to know. I can't share much information on this but I'm...

I applied the patch ``` root@fb-sleep-stats:~/fb-sleep-stats# diff node_modules/fb-sleep/index.js.orig node_modules/fb-sleep/index.js 107a108 > console.log(parseFbResponse(res).ms[0]); ``` ``` root@fb-sleep-stats:~/fb-sleep-stats# npm run scrape > [email protected] scrape /root/fb-sleep-stats > node ./scrape.js Polling every 60 seconds {...

> Do you think you would want to have this feature enabled by default? I currently use `repl-diskless-load swapdb` everywhere where I have clients reading from replicas and performance matters,...

Same issue here with UK layout and a Logitech G915 TKL (YR0076). This is what KDE reports on the server when holding down both `[` and `]` keys (without and...

> There is a leak reported in the address-sanitizer job. Maybe it's fixed by #2288 that I merged yesterday. Can you merge the latest unstable and see if the leak...

> This is after a failed assertion here: https://github.com/valkey-io/valkey/actions/runs/16039519166/job/45258225409?pr=2095#step:7:109 Last commit should fix that test case as well now.

Shouldn't this length check be done inside `compareStringObjectsWithFlags` where we already grab `alen` and `blen`?

@zuiderkwast Ah I missed the earlier comments since they were tucked away as resolved, that makes more sense now, thanks.

`longLatFromMember` can also return `C_ERR` if `geohashDecodeToLongLatType` returns a decoding error while the member did exist. Should we maybe differentiate those cases or just return `member %s does not exist...

> [INT02-C. Understand integer conversion rules](https://wiki.sei.cmu.edu/confluence/display/c/INT02-C.+Understand+integer+conversion+rules) That link is currently just returning `Down for Maintenance`, [here is an archived copy](https://web.archive.org/web/20250427165847/https://wiki.sei.cmu.edu/confluence/display/c/INT02-C.+Understand+integer+conversion+rules)