Raine Virta

Results 98 comments of Raine Virta

Current examples seem to be outdated anyway.

Well, focusing doesn't exactly mean same thing as zooming the pane, but it might be possible to build upon that feature to make a command that zooms as well?

AH! Really sorry about the confusion, I'll try it out right away! :dizzy_face:

I vote for `ZoomRunner`, focus is implicit.

I believe this could be somehow fixed on this line: https://github.com/gkz/vim-ls/blob/master/syntax/ls.vim#L126

I'm also in favor of adding build-time `-v` flag to speed up builds by sharing a cache directory between them.

I guess in the meantime you can do ```toml postgres_query = { git = "https://github.com/nolanderc/rust-postgres-query", rev = "b4422051c8a31fbba4a35f88004c1cefb1878dd5" } ```

Good points. I was also thinking there might a command called `output` that would do the job of getting the output of the latest or nth build. And then `tail`...

Inspired by this project and the requirement for persistent tail, I've been working on my own jenkins cli tool. It's here: [raine/ez-jenkins](https://github.com/raine/ez-jenkins)

Thanks for the workaround @hcavalieri. My use case was rendering HTML email templates and I wanted a custom serializer to output just some HTML I copy-pasted from the interwebs. I...