Kirill Valiavin

Results 11 comments of Kirill Valiavin

In fact, using `xs.combine(xs.of('A'), xs.of('B'))` kind of code in my example does work exactly as I intend. It's the other thing that doesn't, and I don't see how glitches can...

Generating a shellFor expression seems trivial and better than nothing. Why not exactly?

> Do you mean cabal2nix should offer generating a shellFor expression from the cabal.project file? Yes, exactly. > I think we should rather provide good examples and documentation. I don't...

This would be really nice to have. `lens` generates these traversals through Template Haskell, and having used it in practice, I'd say it's indeed reasonable and convenient. Don't think I...

gdp package has `Lawful` constraint wrapper intended to mark "correct" instances. Of course, `Double` and `Float` aren't supposed to be `Lawful Eq`, and, therefore, `Lawful Ord`. But this is additional...

``` $ node Welcome to Node.js v20.5.0. Type ".help" for more information. > const { HTTP, httpTransport } = await import('cloudevents'); undefined > const headers = {"Accept":"*/*","Ce-Id":"e2a8d1cb-7ef0-4efb-a24f-608c1715b196","Ce-Myext":"val","Ce-Source":"local","Ce-Specversion":"1.0","Ce-Type":"sometype","Content-Length":"82","Content-Type":"application/json","User-Agent":"curl/7.68.0"} undefined > HTTP.toEvent({...

Thanks for the explanation. It's presently not a pressing need for me, but if that changes, I'll look into it.

It would seem that at least we would need to add 1. A hashmap like `sig_chans` to `WorkflowFuture` that would map query names to `impl Fn() -> Payload` callbacks 2....

I think a hit the gotcha. I don't see a way to complete the query request after the result is computed in `WorkflowFuture::handle_job`

@Sushisource Could you please clarify what do you refer to as `send_completion`? I'm not sure where to look for it