Alexandre Delanoë
Alexandre Delanoë
Is it possible to custom the chart such as adding title, (x|y)axis title or legend options ? Taking this example: `boxLine x y = do` `let box = [plotly|{` `x...
Hello, TSVector type of Postgres is the following: https://www.postgresql.org/docs/8.3/datatype-textsearch.html Example of tsvector: "'cat':2 'dog:5 'animal':10" To add the FromField instance we need a parser. Do you have an example of...
There is a way to do a bulk insert with postgresql-simple ? Many inserts are known to be less performant than COPY for instance. The copy function can load a...
Current versions on hackage cause null part error. But this bug is fixed with last versions of mime-mail and mime-mail-ses already: see: https://github.com/snoyberg/mime-mail Thanks for maintaining this library