Josh Priddle
Josh Priddle
- Adds `:MarkedPreview[!]` to send text to Marked as a preview - Adds `g:marked_filetypes` to allow activating the plugin for other filetypes - Adds `g:marked_autoquit` to allow disabling quitting Marked...
I've been working on adding better support to attrtastic for attributes that are ActiveRecord associations. Currently, attrtastic just calls `.to_s` on them, and you end up with something like `#`....
Not sure how to write tests for EventMachine yet...
Need to test `APND::Daemon::AppleConnection` with an APN certificate that requires a password.
Recent WP seems to emit a notice: ``` % WP_ADMIN=true wp eval 'var_dump(WP_ADMIN);' Notice: Undefined offset: 1 in /Users/priddle/work/wordpress-playground/public/wp-includes/vars.php on line 31 bool(true) ```
- [ ] Create a proper Release in GitHub for v2.0.0 when it ships
We specify a rubyforge project [here](https://github.com/site5/solusvm/blob/901e9972a2f7ad05b55880337958f7f814d1b640/solusvm.gemspec#L16), but it seems we haven't really done anything with it since 2010. http://solusvm.rubyforge.org/solusvm/ http://rubyforge.org/projects/solusvm Since we are using GitHub Pages to host docs, and...
If one selects words in a line with `^v` and issues `:MarkedPreview`, the full line(s) are sent to Marked. This should only sent the specific text that is selected.
With `g:marked_auto_quit` set, Marked documents that are opened with `:MarkedPreview` are not closed.