Tim Pope

Results 748 comments of Tim Pope

I mean the most helpful abbreviations in earlier Rails versions (e.g., `render :partial =>`) have shortcuts in later rails versions (e.g., `render`). Most of the others were just added for...

Ruby 1.8 is far enough in the past that I'll merge an updated version of this. But I'm even more convinced that most of these are pretty worthless, and may...

I can tell you that back in the day, bufexplorer caused all sorts of little issues like this, and seems like a likely culprit.

Are you loading _only_ C++ files? My hunch is that some rogue runtime file is mucking with the global value, and the session is only relevant because that triggers it...

`s:app_prepare_rails_command` is used for commands that require interactivity (`:Console`), commands that should be asynchronous (`:Server`), and commands that must be run inline to capture output (`:Generate`). This is iffy for...

Not keen on it just because it's hard to explain, but I think I would tolerate it working if it remained undocumented.

> This isn't exclusively a fugitive issue though. It's a general issue with how telescope handles file path type URIs. So I don't really want a fugitive specific solution. Fugitive...

> Wouldn't this still require all plugins telescope interacts with that uses file URIs support a similar `io_` API? I'm not aware of this being some sort of common API...

I don't recall ever having supported this, but if you can bisect and find the commit where it broke, I can presumably bring it back.

`replant#ui#expected_ns()` looks like a re-implementation of `fireplace#ns()`, maybe use that instead? It won't fix everything but it will at least let you have the plugin installed without constantly getting yelled...