Dmitrii Kovanikov
Dmitrii Kovanikov
> I don't really think somebody will create an expression like that (who really knows) I agree, there's no much need in supporting this. I can see the benefit in...
@nurpax I don't see function that executes multiple SQL statements. Are you still waiting for PR for this feature? As I can see, `execute_` is implemented like this: https://github.com/nurpax/sqlite-simple/blob/ada45945d14ea8fee59ee3f02860e36b6331f8c9/Database/SQLite/Simple.hs#L380-L384 Am...
Hi @ulysses4ever, I'm glad to hear from happy users 🤗 I believe the most accessible way to share the visualised results is by sharing a screenshot or even a gif...
@Bodigrim That sounds like a good default 👍🏻 I guess, this change can be done. So instead of aborting, we could a print a warning message to `stderr` about the...
`dr-cabal` can read from stdin. Maybe you installed the previous version from Hackage? Try running `cabal update` and install again (but I see that you've already installed it from sources...
I propose the following design for better maintainability and understandability: **Model selection rules as an enum data type in a declarative way and specify rules for each OS.** To be...
Hi @avnik, I'm not maintaining Kowainik projects anymore so you don't need to ping me 🙂
Relude heavily uses `doctest` and has this issue as well. Moreover, it uses neither `TemplateHaskell` nor `QuasiQuotes` but still has this issue. CI error example: * https://github.com/kowainik/relude/runs/6039897885?check_suite_focus=true The current workaround...
I think for now we can just have tests with `unitsF` and `unitsP` and only much later think on more sophisticated tests.
For generating random type level lists we could use trick suggested in this tweet: * https://twitter.com/DiazCarrete/status/962679579969191936