Steve Hull
Steve Hull
How exactly _do_ you get the tests to pass? This is the output from when I run them: 36 tests, 20 assertions, 6 failures, 16 errors I would past the...
I tried Memprof::Middleware and Memprof::Tracer, but both produced extremely peculiar results. I kind of expected them to dump json stuff to a log or to different log files, or at...
Not sure why, but this is what I get when I type `:colorscheme argonaut` ``` Error detected while processing ~/.vim/colors/argonaut.vim: line 3: E492: Not an editor command: ^M line 4:...
Ember config is compiled into `index.html` and stored as `[content]` on `` element after being jsonified & uri encoded (eg `encodeURIComponent(JSON.stringify(configHash))` or similar). Because JSON doesn't have a representation for...
It's a minor issue, but has been bothering me for awhile. After an auto-format, I've found that both `` and `` elements don't get indented. That is: ``` Not indented...
With SnipMate enabled: ``` Error detected while processing /Users/User/.vim/after/plugin/snipMate.vim: line 37: E117: Unknown function: GetSnippets ``` With more errors after the buffer is loaded. ``` Error detected while processing FileType...
At my office we're late to the Rails 3 party. Is there an easy way to use the hijack/rails thing with Rails 2? Any help (even just some hints) would...
## Is the "inline" strategy really supposed to include _every single icon_ in vendor.js? #### Describe your question I was under the impression that at build-time, `{{svg-jar "plus-icon"}}` would be...
Wondering if it's possible to achieve something similar to `markupElementRenderer` (as supported by the dom renderer) but for the editor
Currently `PostEditor#toggleMarkup` accepts a `stringOrMarkup` while `Editor#toggleMarkup` only works with a string. We should make these APIs consistent.