Wolf

Results 9 issues of Wolf

rbenv puts it's shims at the start of PATH, so it blocks access to /usr/bin/slack that comes later in PATH. Personally, I would suggest splitting the client to a seperate...

new feature

Hi rswag team, I ran into an error caused by the circular dependency while trying to extend swagger_formatter to add a leading comment to the swagger.yaml file. https://github.com/rswag/rswag/blob/8a6ebbef9777ae2d81dfc13f950d41270ebe621f/rswag-specs/lib/rswag/specs/swagger_formatter.rb#L5 The app...

bug

`#send` is dangerous to call on objects passed into your library. Instead, this will take a page from normal RSpec request specs and allow developers to specify a "request_params" hash...

enhancement

Putting this here for future people. Gosu does not work if you run from within tmux. You have to run it from a non-tmux shell session. Replecated the issue in...

platform-mac
help wanted

I think this is maybe a feature request. WebMock matchers do not work with forking. This makes sense logically given that a web request will change the stub object and...

### Motivation / Background This Pull Request has been created because I was looking into giving engines more complete control of their database connections. A consistent foil is that everything...

activerecord

I have experience with FOSS, APIs, and semantic versioning and have dove into Pry a few times including a PR on this repo. Regards, Wolf

Improvements: - Testing is now a matrix of ruby versions against rails versions. - I believe tests will be faster since dependencies are installed at image build. - fixed flaking...

Issue: Rails would consume the pre-"--" arguments from ARGV and the REPL is supposed to consume the post-"--" arguments. Fix: call Pry::CLI.parse_options in the Railtie. Note: This did not fix...