General

Profile

Phrogz (Gavin Kistner)

  • Login: Phrogz
  • Email: gavin@phrogz.net
  • Registered on: 01/19/2010
  • Last sign in: 11/18/2022

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 4 4

Activity

04/18/2017

09:14 PM Ruby master Bug #13141: Spurious Net::FTPReplyError
shugo (Shugo Maeda) wrote:
> Please retry on FTPReplyError as a workaround.
I have implemented this workaround an...
Phrogz (Gavin Kistner)

04/07/2017

03:59 PM Ruby master Bug #13141: Spurious Net::FTPReplyError
shugo (Shugo Maeda) wrote:
> 226 is returned as a reply of PASV, but it's not RFC compilant and
> seems a server is...
Phrogz (Gavin Kistner)

04/05/2017

08:00 PM Ruby master Bug #13141: Spurious Net::FTPReplyError
With `debug_mode` on, I see this in my logs:
~~~
D, [2017-04-05T12:55:33.047600 #5076] DEBUG -- : ...downloading ...
Phrogz (Gavin Kistner)

01/20/2017

05:11 PM Ruby master Bug #13141 (Third Party's Issue): Spurious Net::FTPReplyError
I have a script that downloads many files via FTP. `ftp.getbinaryfile` occasionally fails (about 7 times while downlo... Phrogz (Gavin Kistner)

02/02/2016

09:36 PM Ruby master Feature #12047 (Closed): Set#=== (aliased to include?)
Add `Set#===` as an alias for `Set#include?` so that sets may be used in `case` statements:
~~~
require 'set'
GO...
Phrogz (Gavin Kistner)

07/17/2010

04:52 AM Backport191 Bug #3581 (Rejected): Array#combination enumerator ends iteration early
=begin
C:\>type big_combination.rb
count = 0
combo = nil
(1..166).to_a.combination(5).each do |c|
coun...
Phrogz (Gavin Kistner)

01/19/2010

12:15 PM Backport191 Bug #2613 (Third Party's Issue): Interpreter crash using BlueCloth gem
=begin
$ uname -a
Darwin Slim2.local 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1...
Phrogz (Gavin Kistner)

Also available in: Atom