Ryan Schmukler

Results 53 comments of Ryan Schmukler
trafficstars

@ikitommi I personally use tick in almost all of my projects. It's worth noting that tick uses the `cljc.java-time` primitives. I wonder if, as part of dropping foreign libraries, `cljc.java-time`...

Here is some code from an internal application. I might flesh this out some more and roll it into [teknql/wing](https://github.com/teknql/wing) which is my opinionated extension to the standard library. This...

Looks like the build failed because of some dependency issues - tests passed locally for me.

I believe that `build` expects the `assert-key` function to be in the shape of `(f system key val)` which is why I made the multi-method adhere to the same shape....

I'd consider making it be responsible for throwing. This allows people to potentially disable throwing all together, as well as pre-process whatever they do end up throwing / printing (eg....

Just found this issue when trying to build documentation for [teknql/tapestry](https://github.com/teknql/tapestry) which requires a preview build of the loom enabled JVM. It'd be nice if the solution could allow for...

@martinklepsch awesome, thank you for pointing me in the right direction! I'll try and find some time to take a look ASAP.

@helins it doesn't look like sdkman would be able to handle my use case of being able to use fringe JDKs (such as the experimental JDK that's built and hosted...

Yeah, personally I don't keep them around after merging them. Master is deployed theoretically,so people should probably be re-branching from there. On Tue, Dec 10, 2013 at 3:13 AM, Eric...

@martindale nice! I too have a "starter framework" -- [rschmukler/sik](https://github.com/rschmukler/sik). So far it has worked out really well for me. I haven't documented it fully though. I'll look into some...