Ian Duncan
Ian Duncan
That helps a bunch. Thank you!
Certainly, it could be a big change. If this was implemented, it might make sense to provide similar for each of the other base JSON types as well. I've wished...
@tathougies that's great to hear. I don't suppose you're interested in any feature bounties? I might be able to make a case for my employer to sponsor a few enhancements...
This is quite a funny case. I guess it's not an error per se, and it's probably usually true that it would not be a surprise to the thrower that...
I think this is a very very good idea. A sketch for how we might implement this now: Use [`eventlog-socket`](https://github.com/well-typed/ghc-eventlog-socket) along with [`ghc-events`](https://hackage.haskell.org/package/ghc-events) to support this. I think that it...
That's pretty much right! Only thing I'd comment: The tracer name should typically just be the name of your package or project (`gaboon`, I guess?)
Hello, any chance of getting this across the finish line?
Yes, I did mention in description that it builds upon #259. Just ignore StaticTypes and GenTypeInfo, and the rest is unique to this PR.
I don't necessarily have a solution, but it seems like creating a new exception type (ClientError, perhaps, or even individual data types if you'd prefer) that supports the error codes...
I can confirm that it's the case– in my situation, we're using compose.io's hosted PostgreSQL product, which automatically rescales the database on occasion. In that event, it explicitly closes existing...