Paco

Results 75 comments of Paco

Is is worth keeping this issue around, or can I close it?

It's just a general idea. It could be polished to avoid gotchas such as `awaitTerminalEvent()` never returning.

The way Z does it is automatically. It takes over parts of your shell and keeps a list of paths alongside their frequency and last access time, then uses that...

I'm currently using SonarLint, which is an aggregation of PMD, FindBugs and others. The tests and pom file are indentated with tabs.

Sounds like an overall positive change! We felt the pain of always reaching for ValidatedNel, but playing with types to the point of defining an EitherNel alias :D My suggestions...

The convention in the stdlib is "XOrY", so this could follow: For mapping: `mapOrAccumulate`, `mapOrRaiseFirst` For sequencing, "merge" isn't taken: `mergeOrRaiseFirst` + `mergeOrAccumulate`. > Do you like the new signatures?...

> Arrow already has Either.merge, do you think it would be confusing to use merge here as well? I'd rename that merge to `converge` or similar, if that frees the...

I found a workaround by going to Android Studio -> Preferences -> Path Variables and adding ``` JAVA_8 /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home ```