postmodern (Hal Brodigan)
- Login: postmodern
- Email: postmodern.mod3@gmail.com
- Registered on: 12/17/2008
- Last sign in: 06/09/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 11 | 39 | 50 |
Like
Activity
06/09/2024
- 01:26 AM Ruby master Feature #20567 (Open): Net::HTTPResponse#detect_encoding should default to UTF-8 for application/javascript
- It is fairly common now for JavaScript to include UTF-8 characters. If a misconfigured web server returns an `applica...
- 12:22 AM Ruby master Bug #20566 (Closed): string << 0xC2 should raise a RangeError if the string encoding is Encoding::ASCII
- I noticed that appending extended ASCII characters (0x80 - 0xff) works when the String's encoding is Encoding::ASCII,...
04/25/2024
- 09:58 PM Ruby master Bug #20458: OpensSSL::SSL::SSLContext#min_version= and #max_version no longer accept Symbol values
- Also I just now noticed that `SSLContext#ssl_version=` is deprecated. This issue can be closed.
- 09:42 PM Ruby master Bug #20458: OpensSSL::SSL::SSLContext#min_version= and #max_version no longer accept Symbol values
- Ah I see the problem now. `OpenSSL::SSL::SSLContext#ssl_version` accepts `:TLSv1*` symbols, but `#min_version` and `#...
- 08:45 PM Ruby master Bug #20458 (Closed): OpensSSL::SSL::SSLContext#min_version= and #max_version no longer accept Symbol values
- It appears that `OpenSSL::SSL::SSLContext#min_version=` and `#max_version=` no longer accept Symbol values, contrary ...
03/08/2024
- 02:10 AM Ruby master Bug #20328: optparse omits the option's description in the --help output if the description is an Array
- Ah ha! I suppose also adding an explicit option type class would help differentiate between option's desired value an...
03/07/2024
- 10:03 PM Ruby master Bug #20328 (Rejected): optparse omits the option's description in the --help output if the description is an Array
- If you define an option using `OptionParser#on`, but give the option's description as a multi-line Array, then the op...
10/09/2023
- 10:48 PM Ruby master Feature #19915: URI::HTTP.build accepts user: and password: keyboard arguments, but do not populate #user or #password
- I would expect either for unused options to raise an ArgumentError, or for `user:` and `password:` to be accepted and...
10/08/2023
- 11:10 PM Ruby master Feature #19915 (Open): URI::HTTP.build accepts user: and password: keyboard arguments, but do not populate #user or #password
- I noticed that `URI::HTTP.build` accepts the `user:` and `password:` keyword arguments, but does not actually set the...
08/02/2023
- 11:25 PM Ruby master Bug #19828 (Closed): Segfault when `OpenSSL::X509::Certificate#public_key=` is given a `OpenSSL::PKey::DH` object
- The OpenSSL bindings cause a SegFault when creating a new OpenSSL::X509::Certificate object and setting it's `public_...
Also available in: Atom