m4dc4p
m4dc4p
I found the same - my PR didn't fix all occurrences. I agree the feature should be removed. No one seems to be using the feature, and I suspect you...
Where does dhall-to-yaml generate quoted strings today? I'd like to dig into the code a little as I have this same issue.
I work on a large application with hundreds of modules and a lot of dependencies. We use nix for building in CI and our dev environment. The warning became noise...
> Do you want for esqueleto-4 to have a Database.Esqueleto that with a warning like [...] That pretty much would have avoided the problem for me. > Do you suppose...
Yeh, under 9.6 this does not happen. I reported to GHC just after this as well - https://gitlab.haskell.org/ghc/ghc/-/issues/24462.
I’m not keeping it up to date with GHC myself but glad to accept a PR.
@shahidhk I'd really like that `current_setting` thing to work with SELECTs as well. In my use case, postgres is accessed through multiple paths, and Hasura is only one of them....
@marionschleifer @shahidhk I was able to use custom functions and track_function v2 to pass session information from Hasura to Postgres outside a mutation (awesome!!!). I do lose the ability to...
Can’t say right now. Sorry, I’m not sure when I’ll get a chance to try it. On Tue, Jul 15, 2025 at 12:32 Janus Troelsen ***@***.***> wrote: > *ysangkok* left...
A similarly annoying behavior is when you have a private cache that requires an authentication token and that token has expired, builds will fail. Why can't nix just skip the...