James Reeves
James Reeves
Actually, please stand by. I've found another issue that I think is the true root cause of this.
Okay, 0.12.9 should have fixed all issues with nesting.
Thanks for the PR. This might take a while for me to get through. Please ensure that the commit contains only changes relevant to this feature, that all lines are...
I'm unsure about this one. While it could potentially be useful, it doesn't save a whole lot of typing, and the use-case doesn't seem that common: ```clojure (mapcat-indexed f) (comp...
If you're using `clojure.core.async/transduce`, then yes, the channel needs to close. Depending on the reduction (as reductions can return early), it may require all input to create an output. For...
By 'support' you mean documentation, correct?
Aha, so you're talking specifically about the [pre-commit](https://pre-commit.com/) tool. I thought you were talking about Git's pre-commit hook. I notice that clj-kondo seems to assume that you have clj-kondo installed...
So because Google and other providers may not support an arbitrary number of redirect URLs, instead your solution is to set a session variable and use that to determine the...
Yes, I think that would work. I think the option would go in the profile, as you might not want to use the session approach for some providers. The session...
Yeah, it's unlikely to occur, but I don't believe it's technically incorrect for two OAuth2 flows to be active for the same user at the same time. It's safer, if...