Judson Lester
Judson Lester
``` use_ruby(){ local version=$1 if [ -z $version ]; then version=".ruby-version" fi if [ -f $version ]; then version=$(cat $version) fi chruby $version layout ruby } ``` The important part...
load_prefix is an interesting idea. I think I figured out what happened: I used chruby at the commandline to test something in a different ruby and then left the directory....
I just stumbled into another potential use case for this: I have a directory for presentation slides. In there I've got a script called "presenting.sh" that e.g. `xset s noblank`...
Just chipping in: if it's a service manager, part of its job would be to manage processes. Watching the shell that triggered it would stand firmly in its baliwick. On...
If you're using Bundler, this is a non-issue. See https://gist.github.com/nyarly/4774570 - which is one of the use cases I was looking to replace with direnv. The upshot is that Bundler...
I'd hope for something like `[My Existing Page Title]` with no URL, like would work in a wiki. Most important here is that `mark` generated pages be integrated into confluence,...
I'd love to see that land
@Skeeve Your `` example - is that Confluence native? Could I write a little macro and get that behavior now?
Okay - but also _inline templates_ are bleeding edge too :)
I've just run into this issue. IMO `mark` should collapse newlines in a `` automatically. Confluence's behavior is _weird_, and I don't think there's an argument for accepting it. If...