Gary Trakhman
Gary Trakhman
Pinning isn't quite the same as specifying a particular commit/release. It's about deciding when to take on the risk of any particular update. I have an existing config with existing...
yes, (lockfile + manual pins in the recipe format for particular packages) sounds great, but it definitely needs the ability to specify a particular revision. re: interactive development, that sounds...
`body: undefined as never` is able to issue requests
It sounds like a Windows-specific problem in the plugin. I'll take a look. On Mar 20, 2016 2:41 PM, "Viktor Magyari" [email protected] wrote: > The leiningen plugin writes /C:/Users//nodisassemble-0.1.3.jar into...
I think the point is to wrap whatever the thread-local value of _out_ is, which is going to be a printwriter pointing to cider's streams, not an auto-flushing stringwriter. I...
Looks like this is due to leiningen's compilation of java classes on my particular platform, compiling from source wouldn't have this problem. I'll investigate what it takes to fix it...
Should be fixed in 0.1.1, released just a second ago.
Ha, I don't think it's anything specific to your jvm version. I appreciate you checking it out, though. The library itself is very simple. There's a HashMap returned by the...
right here: https://github.com/gtrak/no.disassemble/blob/master/lein-nodisassemble/src/lein_nodisassemble/plugin.clj#L20 this is automatically adding the nodissasemble dependency, then grabbing the path to the maven jar and throwing it into the -javaagent commmand line parameter. This can be...
I originally developed it on Ubuntu on jdk7, I just tried it on a macos machine with java 1.6.0_43 and it's working fine.