intractable

Results 9 comments of intractable

Hi @isheff, We've run into a small handful of scenarios where certain error conditions (e.g. an unreachable host under certain network conditions) seem to be reported as a timeout from...

I was able to get server streaming call cancellation to work a while ago, but it definitely has some rough edges, and I have some work in a branch I...

Gah, I'm pretty sure there was a reason for this -- I thought that perhaps because of a usage pattern we noticed in some of the C++ client-streaming examples. However,...

> ```haskell > any_ :: Expr [a] -> Expr a > any_ = function "any" > ``` Unfortunately, that doesn't seem to work (and I'm not familiar enough with the...

That worked, but it looks like the generated SQL is invalid; I believe because how the cast is being applied? An expression like `u ==. any_ us` renders as ```sql...

I'm probably not familiar enough with the codebase to contribute much yet, but if you're inclined to sketch what you think is needed at a high level, I'd be happy...

@shane-circuithub Somehow I had missed this, thanks very much for the example!

@ethercrow That's correct; it was never implemented and the parser would need to be extended (and then some, see below). It's been quite some time since I've looked at it,...

Agreed. Keep in mind that since the `required`/`optional` distinction of proto2 went away, default values are often used semantically to indicate value absence. I think this is why they provide...