Matthew de Detrich

Results 278 comments of Matthew de Detrich

I just had a look at the code, I think wrap works a bit differently (for example, it will stop the looping even on things like auto slide). Allow loop...

> Yeah, you're right, my presence hasn't been great lately. I'm currently releasing #14, but if you're up for it, I can give you access for this repo and we...

@akauppi I ended up forking it at https://github.com/mdedetrich/akka-streams-json

So the reason I am using Decline in Ammonite is that even though Ammonite has its own functionality for command line parsing which works great for more trivial use cases,...

Sorry for the late response but I came across this problem in another context which alludes to your point > Unfortunately, yes! In part because we used to do this...

Hmm, so it seems that this is not working because scoverage doesn't support Scala3 yet. Theoritically its possible to put conditionals so that scoverage/scoveralls is only run for Scala2 but...

Upstream issue at https://github.com/scoverage/scalac-scoverage-plugin/issues/299

According to https://github.com/sass/libsass/issues/82 and https://github.com/sass/libsass/issues/82#issuecomment-77489099, there are multiple solutions for compass for libsass, one of them is wellington (https://github.com/wellington/wellington) I think this would be annoying, and would be calling for...

There is also https://github.com/Compass/compass/issues/1916 Apparently compass 2.x uses libsass and not ruby's sass by default? Also this http://stackoverflow.com/questions/26088529/using-libsass-with-compass

I am trying an implementation now, its not completely trivial (as that other issue is describing), but I will see how it goes. I am basically making an AsyncValidator/AyncResult types,...