Ben Millwood
Ben Millwood
I think it's fine to use `&` at this stage, but I don't think I'll get round to spending time on it personally :)
I'm using self-hosted TimescaleDB and just ran `ALTER EXTENSION timescaledb UPDATE` and confirmed with `\dx` I'm now on 2.11.0. However, I'm still seeing these messages: ``` ERROR: cannot update/delete rows...
this appears to be a duplicate of #742
sounds like the same proposal as https://github.com/hashicorp/terraform-provider-aws/issues/15910 ? (this one is a bit more clearly named IMO but that one has more activity)
Nowadays I think you don't need to import Control.Monad to get these instances, so I don't think it's bad to use the monad interface here.
oh, I misunderstood this at the time, sorry (just happened to revisit it now). The issue is not the instance itself, but the function `ap`. Nevertheless, I don't personally feel...
(In fact this is even visible in the example in the [README example](https://github.com/sras/elminator/blob/9a1344c531b75fbc6d4e96049fc8514a23fc0032/README.md?plain=1#L134))
Interesting that you have it as a `flag -> module list` mapping, and not a `module -> flag list` one. I can imagine situations in which either thing could be...
- I attempted to do this and described the main blocker in #8
See f2783c7ac1d2f181551c23a0cc0f68508f0617f0 for an alternative that avoids use of CPP