yhara (Yutaka HARA)
- Login: yhara
- Registered on: 06/02/2008
- Last connection: 12/11/2021
Issues
Projects
09/21/2018
-
02:17 PM
Ruby master
Feature #10208 (Closed): Passing block to Enumerable#to_h
-
yhara (Yutaka HARA)
06/06/2018
-
10:21 AM
Ruby master
Feature #11538 (Feedback): ensure variable syntax
-
yhara (Yutaka HARA)
06/07/2016
-
10:02 AM
Ruby master
Bug #12467 (Third Party's Issue): Open mode 'a' does not work for Process.spawn on Windows
- Example:
~~~ruby
spawn 'ruby -e "p Time.now"', [:out, :err] => ['log.txt', 'a']
sleep 1
spawn 'ruby -e "p Time....
yhara (Yutaka HARA)
09/11/2014
-
04:19 PM
Ruby master
Feature #10208: Passing block to Enumerable#to_h
- Marc-Andre Lafortune wrote:
> I completely agree that we need new methods to do this.
Thanks. One idea is name it...
yhara (Yutaka HARA)
09/06/2014
-
04:25 AM
Ruby master
Feature #10208 (Closed): Passing block to Enumerable#to_h
- Now that we can convert 'a list of [key, value] pairs' into a hash with Enumerable#to_h,
how about make it take a bl...
yhara (Yutaka HARA)
07/01/2013
-
09:07 PM
Ruby master
Bug #8590 (Closed): Second call of https.get results in timeout
- Hi,
In the following code, second call of https.get results in an error "Connection reset by peer - SSL_connect" a...
yhara (Yutaka HARA)
04/09/2013
-
11:35 PM
Ruby master
Bug #8242 (Closed): Fix rdoc of Range#bsearch
- rdoc of Range#bsearch states "the elements must be sorted", but it does not make sense for Range.
Patch:
diff -...
yhara (Yutaka HARA)
02/27/2013
-
10:48 AM
Ruby master
Bug #7975: Why __dir__, not __DIR__
- That is becuase __dir__ is a method, whereas __FILE__ is not.
$ ruby -ve 'p Kernel.methods'
ruby 2.0.0p0 (201...
yhara (Yutaka HARA)
02/14/2013
-
06:59 PM
Ruby master
Feature #4840 (Feedback): Allow returning from require
-
yhara (Yutaka HARA)
01/25/2013
-
06:29 PM
Ruby master
Bug #7715: Lazy enumerators should want to stay lazy.
- shugo (Shugo Maeda) wrote:
> I guess these methods were forgotten to change when lazy was implemented.
That's rig...
yhara (Yutaka HARA)
Also available in: Atom
Loading...