Felix Paulusma

Results 88 comments of Felix Paulusma

I believe this is done with my contribution last year?

> do you need any help with this? I haven't spent time on this at all, so if you want to pick it up, or just give your own crack...

Ah, you're right. Though I'd maybe rather do it in `password-instances`, just so as to not create more packages. And creating a package for only 1 or 2 instances seems...

That is true, but like the current `password` flags, I'd argue for flags that have to be manually turned _off_. So that anyone who wants to specifically exclude a dependency,...

Hmmmm, ok, that's a pretty good point, I guess. Maybe we can add flags to the instances package as a last update, when we also "deprecate" it? Just to give...

I've found a library that might help with allowing Unicode: https://hackage.haskell.org/package/unicode-transforms Not sure it "normalizes" the given Text to the NIST correct form, but just leaving this here for posterity.

I have kind of the same problem this issue has a work-around for, but I was wondering if it might be possible to set the optimization/flags for stack in HLS?...

The `-` operator is used for tons of types in PostgreSQL. All sorts of time types, geometric types, json, network addresses, etc. These are not SQL-wide, but very PostgreSQL specific,...

Isn't the maintainer of `postgresql-simple` [over here now](https://github.com/haskellari/postgresql-simple)?