akostadinov (Aleksandar Kostadinov)
- Login: akostadinov
- Email: akostadinov@gmail.com
- Registered on: 02/24/2015
- Last sign in: 07/06/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 2 | 6 | 8 |
Like
Activity
01/02/2023
- 03:06 PM Ruby master Bug #19295: Time#wday returns 7
- nobu (Nobuyoshi Nakada) wrote in #note-2:
> Seems same as #19292.
In #19292 it is said that 3.0 and 2.7 don't nee... - 12:50 PM Ruby master Bug #19295 (Closed): Time#wday returns 7
- This issue happens since Ruby 2.7, since `Z` and `UTC` are allowed for a zone.
``` ruby
[1] pry(main)> Time.new(2...
09/01/2020
- 04:31 PM Ruby master Bug #17139 (Closed): [doc] StringScanner#matched_size seems to be byte-oriented but that is not documented
- StringScanner#matched_size seems to be byte oriented. But that is not documented. Better be documented to avoid confu...
12/04/2016
- 05:43 PM Ruby master Feature #13006 (Open): backtrace of thread killer
- Hello, I am right now having difficulties to understand why one thread I have is dead. Seems been killed by something...
12/01/2016
- 02:49 PM Ruby master Feature #10118: Double splat for non-symbol keys
- It would be beneficial if one could do:
my_method(**hash_with_string_keys)
This for example you can read ...
10/30/2015
- 09:47 AM Ruby master Bug #11638 (Closed): [doc] misleading IO.write offset description
- "If offset is not given, the file is truncated. Otherwise, it is not truncated."
The above is NOT true when 'a' mo...
08/27/2015
- 06:01 AM Ruby master Bug #11489: XMLRPC client cannot alter SSL options for _async calls
- e.g. if you do
xmlrpc_client.http.ca_file = @options[:ca_file]
Then `xmlrpc_client.call(...)` will work b...
08/26/2015
- 10:26 PM Ruby master Bug #11489 (Closed): XMLRPC client cannot alter SSL options for _async calls
- In relation to #8461
It's now easy to set SSL options like `ca_path` but doing an `_async` call creates a new connec...
07/15/2015
- 04:39 PM Ruby master Feature #11347: Errors with cause not reported properly to console
- I rather think it is actually a bug because it hides very important information from the user. It's like showing your...
07/13/2015
- 09:36 AM Ruby master Feature #11347 (Open): Errors with cause not reported properly to console
- Hello, errors with `cause` are an important and very useful feature for debugging. It seems though default reporting ...
Also available in: Atom