eugene yokota

Results 736 comments of eugene yokota

> Last week, the same lib couldn't upload any packages at all and users reported complete inability to upload anything here, as seen in this ticket: https://github.com/lumidion/sonatype-central-client/issues/18. Potentially some of...

Here's a PR to add this to sbt 1.11.x - https://github.com/sbt/sbt/pull/8126

### latest-wins vs nearest-wins conflict resolution Upon a dependency conflict (that is multiple version candidates are found for `com.example:foo` within a deps graph), by default Ivy uses a conflict manager...

Here's sudoku solved using Func - http://eed3si9n.com/sudoku-using-func The point of AppFunc is that you can compose a bunch of together, and then call traverse on it once.

Here's from [herding cats, day 11](http://eed3si9n.com/herding-cats/combining-applicative.html#Product+of+applicative+functions): > An applicative function is a function in the form of `A => F[B]` where F forms an Applicative. This is similar to Kleisli...

Doesn't the name Kleisli come from Kleisli arrow in the Kleisli category `F` traditionally known as "Monad", and `FlatMap` in Cats? The point of Kleisli category is that it's a...

@thescouser89 Thanks for the report! I'm guessing that the root cause is likely in the Coursier, so could you also report to coursier/coursier as well please? https://github.com/sbt/sbt/releases/tag/v1.9.4 updated lm-coursier-shaded from...

Isn't this the first question on FAQ? (I am asking for reals)

``` import xerial.sbt.Sonatype.sonatypeCentralHost ThisBuild / sonatypeCredentialHost := sonatypeCentralHost ```

My bad. I don't really use snapshot publishing so it didn't occur to me that they don't have tags.