Erik Osheim

Results 51 issues of Erik Osheim

I'm not sure how feasible this is, but it would be nice to display some kind of progress tracker if possible (since as the message says this can take minutes).

It seems like `alleycats` depends on `alleycats-tests` which is not published. This means our instructions in the README are wrong. You can depend on `alleycats-core` (or presumably `alleycats-laws`) and have...

Over in Spire, @denisrosset is submitting a [PR to add partial algebras](https://github.com/non/spire/pull/341). (Essentially, these operations would provide `partialCombine(A, A): Option[A]` instead of the more usual `combine(A, A): A`.) The most...

Something that I've received requests for is an easier way to define these instances. Here's an example of what I mean (assume we can't automatically derive instances for case classes/products):...

Inspired by @ceedubs' PR (thanks btw) I was inspired to start thinking about vectors. There are different interpretations of vectors of different lengths. For example, are vector implicitly padded by...

I have a branch which adds style-checking and Scalariform. How do people feel about this? If we are going to do this, it will require one big PR to get...

It doesn't have to be very long, but I think it would be smart to explicitly document: - goals (and non-goals) for the project, to be explicit about scope. -...

I feel like I've heard people ask whether Tut can support literate programming in Scala. And when I try to explain my (perennially-unreleased) sbt-plugin for literate programming (https://github.com/non/literati), people always...

Right now `Box` instances are created with four `Float` values, e.g. `Box(x, y, x2, y2)`. This is the most efficient way to do it, but requires the user to keep...

See https://github.com/scala/scala/blob/2.10.x/src/forkjoin/scala/concurrent/forkjoin/ThreadLocalRandom.java#L35.