Daniel Janus
Daniel Janus
I'm willing to take a stab at this. First, though, note that when a server sends more than one `Set-Cookie:` header, http-kit currently squashes all cookies into one comma-separated string...
For those interested, I've created a branch on my fork to explore this: https://github.com/nathell/http-kit/tree/sane-cookie-responses
I can confirm this happening in my app as well. Same dependency versions as [in this comment](https://github.com/IjzerenHein/react-navigation-shared-element/issues/71#issuecomment-640149129). Here are my extra observations: - I can confirm that using the hardware...
I've actually just checked and the issue is no longer reproducible on 3.0.0 (which seems to be newer than 5.0.0-alpha1).
I can confirm this happening in my app, on Android only. It doesn't happen when using the hardware back button; see [my related comment](https://github.com/IjzerenHein/react-navigation-shared-element/issues/71#issuecomment-663179650) in #71. I tried uncommenting all...
Out of curiosity, I checked React 16.13.1. Same behaviour in RN. I’ve also checked that, in browser, React 17.0.2 (but not 16.13.1) gobbles up the error as well when using...
Thanks for reporting this, I'll be fixing it in a few days.
Hi, it's been on Clojars since about forever, see https://clojars.org/clj-tagsoup. Let me know if anything is wrong with that and I can correct.
Thanks for the report! A PR that should fix this has been recently merged and a clj-tagsoup 0.3.1 should be out soon.
Thanks for the report! I'll try to make excluding stax-utils actually doable in 0.3.1.