Prater
Prater
Given the discussion in Issue #45, this adds a configuration option to enable pry-like behavior on `binding.pry.` I don't think this is either better or worse, exactly, but the "step...
This may just be me being dense, but I'm having trouble getting Metawhere to look at other column values in the same row during a comparison. I'm using 1.0.4 The...
script/plugin remove more - it removes the "more" directory out of vendor/plugins - but the plugin in is still loaded somewhere, because you get a "No such file or directory"...
When you make a request using .NET's `HttpClient` - the `HttpResponseMessage` normally has the originating `HttpRequestMessage` attached to it on the `RequestMessage` property. This is useful for constructing absolute URIs...
VCR has a feature called [Filter Sensitive Data](https://benoittgt.github.io/vcr/#/configuration/filter_sensitive_data) - which is super handy if you're recording HTTP interactions, since data like API keys, passwords etc can show up in the...
**Describe the bug** Chrome windows behave quite strangely. Most of the time it's simply ignored - but occasionally it will hide the window if I click on it. Attempting to...
This bug manifests as a mysterious, difficult to track ArgumentError, and is particularly gnarly to track down because it will only happen with "lazily loaded" constants (like for instance the...
This also removes the RainbowParens patch. I'm luochen1990/rainbow and it's working fine. @benhamill I see that @rking seems to have dropped out. I'd be interested in taking over a fork...
### Prerequisites - [X] I am using the latest stable release of Neovim - [X] I am using the latest version of the plugin ### Neovim Version NVIM v0.10.0-dev-3005+gaf8500af6-Homebrew ###...
## Description Pry has a command called `play` that evaluates code blocks within the context of the REPL. This is an extremely useful method for iterative development in the REPL....