Jamie Turner

Results 10 comments of Jamie Turner

This is using go tip, rev `a24b19322888` .

Interesting stuff... I'll have to read up on all this.

Vincent and Emeric, I'm not pulling this in until it seems like you guys have consensus on the right approach. (but I am monitoring this thread)

I'm happy to accept a patch, but I don't use this particular manner of running `stud`, so I can't say much about what's going on here. Stud is designed to...

Yeah, that might be it. I'll play around with sending CONT to the children and see what happens.

My guess is this assertion is failing, which is raising the signal 6: ``` assert(errno == EINTR || errno == EWOULDBLOCK || errno == EAGAIN); ``` You could find out...

You're correct, there is no way to do this right now. I have an incoming pull request that allows multiple bindings and backend mappings, and I'm reviewing it. I'll leave...

Hey! Sorry for the frustration... here's an update on our side. 1. We have an internal alpha of defaulting to local dev even for the Convex cloud product. That way...

Fair enough. Thanks for the honest feedback. If you're ever curious to know more about how Convex works, there's a pretty solid writeup here: https://stack.convex.dev/how-convex-works But given your considerations/tradeoffs, sounds...