-
# What happens
When a large workflow is queried for metadata, cromwell spends a considerable amount of time preparing the repsonse. **This usually results in a timeout for the caller.** In some ca…
-
I found myself wanting [distribute](https://hackage.haskell.org/package/pipes-4.3.2/docs/Pipes-Lift.html#v:distribute) for a number of transformers, including transformer stacks. It seems like this is…
-
We deleted all type class instances of the `Fold` type present in release 0.7.3 except `Functor`, in the new release on master branch. The `Fold` type is exported through the `Streamly.Data.Fold` modu…
-
Writing up my thoughts on what I was proposing a bit more concretely. I realize this issue has become the size of a blog post, but I hope it is easy to follow anyway.
# Motivation
Consider a libr…
-
Hi there!
I can't build due to following errors:
```
$ cabal build
The sandbox was created after the package was already configured.
Re-configuring with most recently used options. If this fails, pl…
NobbZ updated
9 years ago
-
Really having a good time with this soon to be "real" project 😂 made a wrapper around fetch https://github.com/davidchase/yet-another-fetch which somewhat works the way I want but wanted to get some …
-
It should be possible to specify "destructors" instead of fields when defining indexed coinductive types, e.g.
```agda
record Vec (A : Set) : ℕ → Set where
coinductive
destructor
…
-
`Config` contains a field called `connectionOptions` but it's unclear it is for, or at least I can't see how to use it successfully. For example, I thought that I could set `connectionOptions` to cho…
-
Would it be possible to add a `fromMaybeOf` combinator? This would generalize `fromMaybe` to work on any `Traversal`. Or does this already exist in some form?
I imagine it would be implemented li…
-
... and many other type classes.
Also, some syntax file names end in Syntax and others in Ops, although nothing seems to justify this. This one is just bike-shedding, my actual issue at hand is of co…