Nipunn Koorapati
Nipunn Koorapati
yep seems reasonable! I've definitely been a bit behind in doing updates. Let me catch some time in between things at my startup. Bear with me.
Can you provide repro steps? Like what is an example app (ideally one of the Convex demo apps) and add screenshots / exact information from the errors you are seeing....
Like @ldanilek mentioned in #122 - Things parsed in 0.0.9 and now no longer work. there is a workaround which is to manually bypass crc check. ``` entry_reader.reader_mut().read_to_end(&mut contents).await?; ```...
It looks like 0.0.9 had code like this ``` /// Returns true if the computed CRC32 value of all bytes read so far matches the expected value. pub fn compare_crc(&mut...
From discord: someone figured out > Yeah for this issue I was having problems with the port picker library as I was running on a server without IPV6 enabled. I...
Getting Convex working in ipv4 and maintaining that isn't a priority for us internally, but if a community member wants to put in the legwork to send a PR that...
sounds useful! PRs accepted!
Hey @spyshow - if you get something working, please do share with the community.
I *think* you can use `index.ts` (eg user/index.ts) to get the API you're looking for. Try it?
ah yeah - you're right. Sorry for the misleading suggestion. Yeah - this feature idea is good. Either via an `index.ts` or doing something similar to next. We'll keep in...