Ben Hutchison

Results 126 comments of Ben Hutchison

The javadoc is typically much more bulky and less useful than the sources. I have at least turned off downloading javadocs by putting this setting in ~/.sbt/build.sbt: transitiveClassifiers in Global...

I think the ultimate cause is: https://github.com/bmabey/email-spec/issues/#issue/43

I noticed that, although being a user feature request, `setEditableRange` seems to be removed from vscode as "unused code" [as part of this issue](https://github.com/Microsoft/vscode/issues/38414) Please consider re-including a `setEditableRange` into...

CI failure seems unrelated to the PR

🙌 If you come up with any experiments, I'd love to test them out

So I did some investigating and concluded that integrating with Scala Native & libuv may be currently possible, but it's bleeding edge and exceeds my personal bravery level. I think...

That makes sense to me. It opens the way for someone to have a go of implementing an IO on SN. Maintaining an IO for SN within CE is what...

Does archiving prevent viewing/referring to its issues? Because there's some valuable discussion captured in the Algebra issues that I wouldn't want to vanish.. At the risk of saying something particularly...

On Mon, Oct 8, 2018 at 8:24 PM Luka Jacobowitz wrote: The lack of finer grained numeric typeclasses in cats makes defining abstract programs with numerics much more difficult, many...

Does `sbt new` support [local testing of templates](http://www.foundweekends.org/giter8/testing.html)? That's useful when developing them.