chucke (Tiago Cardoso)
- Login: chucke
- Registered on: 01/18/2016
- Last connection: 01/02/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 3 | 19 | 22 |
Activity
11/11/2020
-
12:29 AM Ruby master Misc #17309: URI.escape being deprecated, yet there is no replacement
- I may not be in position of the full details of the decision, and what is exactly the full of the deprecated URI.esca...
11/07/2020
-
02:09 PM Ruby master Misc #17309: URI.escape being deprecated, yet there is no replacement
- Hi Jeremy, thx for the context on the inconsistencies, that's pretty useful info.
> Can you explain why "http%3A%2... -
01:26 AM Ruby master Misc #17309 (Open): URI.escape being deprecated, yet there is no replacement
- I'm on ruby 2.7.2 . The moment I do
```ruby
uri = "http://bücher.ch"
URI.escape uri
(irb):5: warning: URI.escap...
07/17/2020
-
03:16 PM Ruby master Misc #17035 (Closed): is non-symbol key hash spread a bug or a feature?
- Coming from https://github.com/jruby/jruby/issues/6327#issuecomment-659577894
I've queried jruby about a bug I fou...
01/24/2019
-
12:21 PM Ruby master Feature #15549: Enumerable#to_reader (or anything enumerable, Enumerator, lazy enums, enum_for results)
- I'm open for other names (#to_readable_stream perhaps?). Important is to acknowledge the validity of this use-case, a...
01/19/2019
-
03:38 PM Ruby master Feature #15549 (Open): Enumerable#to_reader (or anything enumerable, Enumerator, lazy enums, enum_for results)
- This is a feature proposal for something I've had to implement before multiple times.
For a lot of IO-related APIs...
11/03/2018
-
12:06 AM Ruby master Bug #15278 (Closed): Refinements don't work well with Forwardable
- Refined methods become unreachable when called through def_delegator.
```ruby
require "forwardable"
module URI...
03/17/2018
-
11:52 PM Ruby master Bug #14612 (Closed): IPv6 address inconsistency (downcase vs. upcase)
- I've noticed that sometimes ip addresses re shown using a-f characters in downcase, other times upcase. Here is a sma...
10/22/2017
-
11:01 AM Ruby master Feature #2567: Net::HTTP does not handle encoding correctly
- Bitten by this as well. I'd go the route proposed earlier:
1. By default, encode the body using the charset set in...
10/15/2017
-
05:11 PM Ruby master Bug #14017: Hash.sort_by inconsistent between 2.2.6 and upper versions
- got it, forgot to check the doc. Thx for clearing that up!
Also available in: Atom