nkmrya (Yasuhiro Nakamura)
- Login: nkmrya
- Email: yasuhiro6194@gmail.com
- Registered on: 07/04/2015
- Last sign in: 07/17/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
11/30/2015
-
01:27 PM Ruby Bug #11595: Time#utc? and Time#gmt? return misleading results based on $TZ
- Anyway I write a patch.
Is it a bug? or specification?
09/08/2015
-
03:34 PM Ruby Bug #11268: Zlib::DataError: incorrect header check
- This patch has passed tests.
-
01:40 PM Ruby Bug #11268: Zlib::DataError: incorrect header check
- I think it is issue of ruby.
Test case of `test/net/http/test_httpresponse.rb` is wrong.
That test case say "x\x9C\xCBH\xCD\xC9\xC9\a\x00\x06,\x02\x15" is raw Deflate format (at line 85) but actually that hex is Zlib format.
A case ...
09/06/2015
-
02:12 AM Ruby Bug #11037: Time Parse Documentation Incorrect - Undefined method getlocal
- The new patch has passed tests.
Could you review the patch again?
08/21/2015
-
12:39 AM Ruby Bug #11471: min, min_by, max, max_by with optional parameter return a wrong value
- I found the ticket which to request and discuss this feature. Thicket is #8887.
08/20/2015
-
04:22 PM Ruby Bug #11268: Zlib::DataError: incorrect header check
- I check the response from https://www.hoveround.com .
~~~
$ openssl s_client -connect www.hoveround.com:443
~~~
Request header
~~~
GET / HTTP/1.1
Host: www.hoveround.com
Accept-Encoding: gzip,deflate
~~~
Response
~... -
05:47 AM Ruby Bug #11037: Time Parse Documentation Incorrect - Undefined method getlocal
- Sory my careless mistake.
I correct mistake in test case.
07/05/2015
-
05:58 AM Ruby Bug #11037: Time Parse Documentation Incorrect - Undefined method getlocal
- Hi,
I think it is useful Time.parse specifications on the document.
This patch is fix operation to along specifications.