Mark Derricutt

Results 140 comments of Mark Derricutt

Restarting would prompt for the system password to install the driver - aftering entering the password, eqMac blew up. ( this happened often ). After copying the DMG version, I...

@nodeful w00t - glad it was a quick find/fix!

One problem here is that one ties these helper methods (`isEmpty()`) to a _specific_ value type, which may ultimately be "ok", that fails to allow for generic abstractions which was...

@sviperll I'm for conciseness but I'm also open flexibility - we still have some code using jADT ( much prefer the haskell style definition DSL actually over the annotation based...

@sviperll In the above example, what are the classes that get generated? Is there a branch with something like this working one could play with, or is this just still...

Interesting - this worked fine on another one of my modules that included adt4j. I'll investigate further, it may be something on our end with how the projects laid out.

Looks like added a direct dependency on joda-convert resolved the issue ( we ban transitive deps as a rule ) but it seems what/how adt4j does it's thing, didn't like...

I suggest maybe looking at doing some invoker based IT tests possibly? I'll try add at least one on the weekend and submit a PR.

I'll endeavour to try find some time and go thru the documentation and offer any improvements.