Lee Hinman
Lee Hinman
@timvisher it's been a really long time since I've revisited this, is this still applicable?
I agree, this is necessary for people that want to hide authentication headers and the like in exceptions.
Is there any easy way to test this? I have no experience with NT auth stuff unfortunately.
+1, this would be great, as then it can hook into the rest of the error navigation that flycheck has.
Ahh you're right, I'll close this since it is a duplicate then, thanks
Thanks for the reproduction, I'll take a look at this.
While aleph does use the same `parse-transit` method, it does diverge quite significantly with regard to the `coerce-transit-body` method. For example, aleph's: https://github.com/ztellman/aleph/blob/3c425c848777d08f667729d570747e5ec1408393/src/aleph/http/client_middleware.clj#L867-L871 And clj-http's current version: https://github.com/dakrone/clj-http/blob/90987a97bbd2413241da34aec9a698608106bd22/src/clj_http/client.clj#L359-L383 In particular,...
> @dakrone apologies for calling you in unnecessarily. No problem at all! Let me know if there's anything I can do to help
I don't think so, it only means that I will need to release a major version change when I bump Potemkin's dependency since 1.4 will no longer be supported.
Do you have an example file where it fails? Indentation for annotations for me is working correctly. I can try to fix it.