Zefira Shannon

Results 30 comments of Zefira Shannon

I've just pushed #200 a basic start on using rustyline from an async context. The current strategy I'm using would only be able to show lines sent to the display...

So I've dug into this a bit and I'm pretty unclear why it works from the REPL. There's clearly something interesting going on. Interestingly, even when you run the above...

Also interestingly, I can't actually successfully AOT compile those two nses from sparkling even in the REPL. ```clojure (boot (uber) (aot :namespace #{'sparkling.serialization 'sparkling.destructuring})) Adding uberjar entries... 17/02/15 19:02:39 INFO...

@cemerick is this PR the last thing before a 0.2.2 release is cut?

Does the [context macro that exists](http://micahmartin.com/speclj/speclj.core.html#var-context) not do what you want it to?

Hi there, I'm really interested in a port to LPC as well (so I can run g2core!), and would love some pointers on how to get started. I'm fairly new...

Personally, since my .emacs.d is under separate revision control, I just clone that separately. I think that it's best not to try and integrate the management of both into the...

:+1: I just tried to put my .ssh/config file into briefcase and was surprised at the results...

I've been toying with the idea of using Just as lightweight server automation accessible from an http endpoint. This would basically just be a new front-end for invoking just targets...

Actually, thinking more about it the only API that I would need to be exposed would be a slightly refactored `run` method that took the command line arguments as a...