Oleg Grenrus

Results 955 comments of Oleg Grenrus

superseded by https://github.com/well-typed/cborg/pull/351

GHC-9.12.1 is broken, don't use.

I have paused (or rather not unpaused) all my work on GHC-9.12 related issues until https://github.com/haskell/cabal/issues/10836 is resolved. If you want to help, please help cabal-install. I'm fine, but they...

`master` branch is not really used. `scientific-0.3` branch is *the* branch.

> I think it's a bit of an edge case. In order to see the instance you need to have both the type in question and Lift in scope. You...

I can only say that `size` argument in QC is very much ad-hoc and particular `Arbitrary` instance specific. Without "breaking" (i.e. significantly changing) existing code, you just need to know...

I don't understand. What you mean by *raises an exception*? Please provide a complete reproducer.

I don't see a reason for it not to be exported. Please make a PR.

There's a balance between being extensible, vs. preventing from programming errors. Maybe `addSegment` and `addQueryParam` should be exported from `Servant.Links.Internal` @alpmestan opinions?

One can imagine a use case where having `default IsString (String)` but also using `text` is desirable. It feels that the exportable defaults are just lacking in that respect. (In...