General

Profile

f3ndot (Justin Bull)

  • Login: f3ndot
  • Registered on: 09/20/2017
  • Last sign in: 01/18/2021

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 2 1 3

Activity

05/06/2020

02:09 PM Ruby Feature #16833 (Assigned): Add Enumerable#empty?
It was surprising to me that Enumerator, something mixed into Array, does not include `#empty?`. I think it is reasonable to assume people may have to guard iterating and other logic based on the emptiness of an enumerator, such was my c... f3ndot (Justin Bull)

01/24/2020

03:20 PM Ruby Feature #16559: Net::HTTP#request injects "Connection: close" header if #started? is false, wasting HTTP server resources
I have chased this down to an opportunistic setting of 'Connection: close' header if-and-only-if #request is called when #started? is false.
Attached is a patchfile where I remove this header setting, with the rationale laid out in the ...
f3ndot (Justin Bull)
03:50 AM Ruby Feature #16559 (Assigned): Net::HTTP#request injects "Connection: close" header if #started? is false, wasting HTTP server resources
Hello,
There appears to be a bug in Net::HTTP#request (and thus #get, #post, etc.) on an instance that isn't explicitly started by the programmer (by invoking #start first, or by executing #request inside a block passed to #start).
...
f3ndot (Justin Bull)

02/10/2018

11:38 PM Ruby Bug #14461: Public SecureRandom.alphanumeric method does not appear in rdoc generated documentation
Apologies, this looks like a bug in rdoc that was resolved late 2017:
https://github.com/ruby/rdoc/pull/435
I've confirmed I can see `.alphanumeric` method in my own local rdoc (v6.0.1) output. Informed the maintainers of http://r...
f3ndot (Justin Bull)
07:46 PM Ruby Bug #14461 (Rejected): Public SecureRandom.alphanumeric method does not appear in rdoc generated documentation
The `private def` keywords for methods above the `SecureRandom.alphanumeric` definition (method via #10849) appear to have caused rdoc generation to not output anything for the method.
See http://ruby-doc.org/stdlib-2.5.0/libdoc/secur...
f3ndot (Justin Bull)

09/20/2017

09:20 PM Ruby Feature #10849: Adding an alphanumeric function to SecureRandom
As an end user of Ruby, I'd like to be able to generate all sorts of cryptographically secure random characters. There's value in having only alphabetical or alphanumeric chars as they are slightly more human readable.
My use case is ...
f3ndot (Justin Bull)

Also available in: Atom