Iain Barnett

Results 13 issues of Iain Barnett

Good evening, ``` $ ruby --version ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-darwin17] ``` ``` $ gem list | grep pry pry (0.12.2, 0.11.3) pry-byebug (3.7.0, 3.6.0) pry-state (0.1.10) ``` ```...

bug

My reasons are the same for every other CLI app ever :) Happy to provide some code for this. Regards, yb66

Hi, This would be helpful to me so I tried implementing it, seems to work (I'm using iTerm2 and tried it with Terminal too). I put an example into the...

I noticed that cycling through returned matches wasn't updating `@position`, so I've moved the prompt update (`search_prompt`) into `move_entry` because it wasn't being called consistently, while `update_results` also calls `move_entry`....

Update the iterator's related var name for consistency. Did this because it only had bare signature for docs, and the `to` argument reads badly.

kind:docs
topic:stdlib:numeric

I've a small pull request to put in that adds some docs to `downto` as missing docs bother me, even for "obvious" stuff. It also renames the variable `to` to...

status:discussion
topic:stdlib:numeric

Hi, Is it possible to give an Entry#summary an attribute? I understand that it's possible for a reader to handle the text in a summary differently depending on whether the...

Hi, Really like the look of this library, though I'm struggling to use or define a/the list type. I tried defining my own and I've tried using the one in...

Good afternoon, ``` require 'aws/s3' => true AWS::S3::Base.establish_connection!( :access_key_id => 'abc', :secret_access_key => '123' ) NameError: uninitialized constant AWS::S3::Base ``` This happened to me just 5 minutes ago. It would...

Hi, I want to know what version of fluxfontsd I've got. I guess I could've added the version in the exe's name when I installed it but a version switch...