Richard Schneeman

Results 181 issues of Richard Schneeman

Is it possible to print to PDF using this package? What do I need to put in my settings to do this?

Hey, i'm interested in writing a pure Ruby implementation of filglet for fun. Do you have any specs for the figlet font files .FLF ? If not how did you...

It sates that the Node cannot inherit from a module, if you patch that up by changing the node class to `class Node < Capybara::Driver::Node` Then you get a driver...

The current gemspec cannot be executed by native ruby code as `lib` is not yet on the load path. The only reason this currently with bundler is that it is...

Hello, First, thanks a ton for this gem I use it on my blog and it's great. Second, I see there's quite a bit of development on main that isn't...

- [x] I have read [Contribution Guidelines](https://github.com/CircleCI-Public/circleci-cli/blob/master/CONTRIBUTING.md). - [x] I have checked for similar issues and haven't found anything relevant. - [x] This is not a security issue (which should...

- [x] I made sure this feature is not in the commands list - [x] I searched and didn't find this feature request in the listed issues I'm looking for...

discussion

### Describe the problem as clearly as you can Here's an example repo: https://github.com/schneems/bundler_223_fails_deploy. It has one dependency `rake` and the Gemfile.lock was generated by running `bundle install` on my...

Bundler

Adds the `syntax_suggest` syntax error display tool to Ruby through the same mechanism as `error_highlight` and `did_you_mean`. Reference ticket: https://bugs.ruby-lang.org/issues/18159 close #4845 ## What is syntax_suggest? When a syntax error...

I had `preview3` installed and then I installed `rc1` via `ruby-install`. Once I did I got these errors: ``` $ chruby 2.6.0 ⛄ 2.6.0 🚀 /tmp $ ruby -v ruby...