dresselm (Matt Dressel)
- Login: dresselm
- Email: matt.dressel@gmail.com
- Registered on: 10/26/2014
- Last sign in: 10/26/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
11/28/2014
-
09:50 PM Ruby Bug #10522: SSL_VERSION not handled properly in Net::Http, OpenSSL libraries
- Who is the best person to review this? AKA who should I assign this to?
11/18/2014
-
12:23 AM Ruby Bug #10522: SSL_VERSION not handled properly in Net::Http, OpenSSL libraries
- This has become quite a problem due to POODLE and the systematic phasing out of SSLv3 support from many of the APIs we use in production.
We use the following abstracted gems that sit atop net/http & openssl:
* RestClient
* Typhoeus... -
12:18 AM Ruby Bug #10429: Ruby 2.x exponents produce wildly varying precision for integers vs decimals
- Thank you. I will add some additional thoughts.
11/17/2014
-
09:19 PM Ruby Bug #10429: Ruby 2.x exponents produce wildly varying precision for integers vs decimals
- What do I need to do to get someone to look at this?
-
09:16 PM Ruby Bug #10522 (Rejected): SSL_VERSION not handled properly in Net::Http, OpenSSL libraries
- https://github.com/ruby/ruby/pull/762/files
While using the Faraday gem with the default net/http adapter, we are passing an explicit ssl_version to net/http, however we still received handshake warnings from the server suggesting tha...
10/26/2014
-
05:17 PM Ruby Bug #10429 (Closed): Ruby 2.x exponents produce wildly varying precision for integers vs decimals
- ## 2.0.0
```
> 1.1.to_d ** -1.9999999
=> #<BigDecimal:7fdcc1fcdfa0,'0.8264462888 68609939E0',18(45)>
> ...
=> #<BigDecimal:7fdccd3e8d00,'0.8264462809 9173553719 0082644628 0991735537 1900826446 2809917355 3719008264 46E0',72(72)> ...