Dawid Dworak
Dawid Dworak
This is low priority for us now - we're happy to accept and review PRs regarding this, but we won't push for a fix. We hope to release internal components...
After checking our codebase: `OptT` might be useful
Sorry for taking so long to review. TBH I don't think this is a good idea, major points would be: 1. This approach unecessarily mixes the behaviour with underlying async...
@catap I've prepared a small example on top of basic udash.g8 template: https://github.com/ddworak/udash-async-auth/commit/a8b21baf1fb87466a9efa7bb7c9abbdaeaaf14b2 If we were not relying on the fact that `findUserCtx` can be synchronous (due to cache), we'd...
Related #664, verify `FileInput.single` usage
Sure, `single` should be fixed in the long run - I was just suggesting a workaround.
First step: https://github.com/scalafiddle/scalafiddle-io/pull/41
This is blocked due to IntelliJ support issues (which are crucial to us).
Not much, I'm checking periodically and the IDE support isn't any better.
I don't think there's anything novel I could submit - cross-projects (neither the way we do them or using `sbt-crossproject`) are not supported by IntelliJ correctly, it cannot distinguish between...