Homam Hosseini

Results 5 issues of Homam Hosseini

## 📖 Documentation I was trying to get my hear around using monad transformers, but I could not find any useful docs here or on the internet. The test for...

in `Asset.handle`, when dealing with a set of `@assets` why do we need to call checkUrl for each child asset? What if I want my child assets to respond to...

* Changed the signature of `parseHtml` and `match'` functions to return `Either String` monad by replacing the calls to `error` with `Left`. * Updated README and tests

`fold-obj-to-list` can save an extra `map`: ``` array |> group-by key |> obj-to-pairs |> map ([k, vs]) -> merge k, vs ``` ``` array |> group-by key |> fold-obj-to-list (k,...

## Feature Request ### Description of Problem: Is there a way to filter on the aggregated results? For example after breaking down by Category and Sub-Category, I want to only...

enhancement