Shane Delmore
Shane Delmore
Did you ever figure out the jumper settings? I have also been looking for this and haven't found anything.
Ah, that makes sense. That should be easy enough for me to resolve Saturday.
I forgot all about this PR. Will try to take a look at it in a few days and see if I can figure out why tests fail.
Works great in my testing.
If this feature was in a plugin, would a version of it still be available by default? Up until my experience with SBT this feature always required additional setup so...
This looks extremely useful, but not quite correct yet. To test I imported the dbc file into my AIM Sports data logger and compared the values created for message 0x0230...
For anyone else who stumbles upon this, I am using this workaround and it is meeting my needs: ```scala def lookaheadIssue98Patch(codec:Codec[Unit]):Codec[Boolean] = new Codec[Boolean] { def encode(value: Boolean): Attempt[BitVector] =...
Agreed, no fun doing work nobody will appreciate. Since you’re looking for users let me just add in that I too would appreciate it. I use wart-remover, tend to crank...
I use test-only more often but I want to use test-quick, it just doesn't have great change detection. In my perfect world I want test-quick to run tests in roughly...
Also, search for packages in the format they are displayed would help new users of scaladex. If I manually search for finagle I will find twitter / finagle, then I...