Mario Pastorelli
Mario Pastorelli
I would like to sort workspaces by tag but the [PagerConfig](https://github.com/travitch/taffybar/blob/master/src/System/Taffybar/Pager.hs) doesn't have any options to change the order. Is it possible to do it in TaffyBar? I tried to...
pureconfig started as layer on top of the typesafe config library. The idea was to keep intact the parsing of files and the resolution rules while adding a generic derivation...
Today I hit a strange bug when using PureConfig and Scalaz tagged types. Let's say that we have a project with this setup: ```scala name := "pureconfig_scalaz_tag" version := "0.0.1"...
I propose a refactory of the input and output format to make it more generic by following what is done on other systems like mapreduce. The aim of this refactoring...
Hawk is a little complex for new users and I think this is due to the lack of some starting points for our program. We have a nice documentation that...
I think we should change the examples directory and add some "real world" examples with a description. Examples are a very good way to understand how the developer uses the...
I propose to use this issue to put all the interesting problems that can be solved with `Hawk` that we have in mind and then select the most interesting to...
The user should be able to query `Hawk` about the context of the user expressions. For instance, if user's `prelude.hs` is: ``` haskell {-# LANGUAGE OverloadedStrings #-} import qualified Data.Bool...
I'm experiencing some problems when many `hawk` instances are created. You can recreate it by pipelining many `hawk` calls: ``` > hawk -e '[1..100]' | hawk -m 'P.replicate 10' hawk:...
Currently `Hawk` exposes some modules independently by what the user set on its configuration file (`Prelude.hs`). This is due to the fact that I considered those modules essential for any...