dsisnero (Dominic Sisneros)
- Email: dsisnero@gmail.com
- Registered on: 08/27/2008
- Last connection: 09/21/2018
Issues
Activity
09/21/2018
-
04:14 AM Ruby trunk Feature #14722: python's buffer protocol clone
- I agree with this request and filed a similar bug: https://bugs.ruby-lang.org/issues/13767.
08/27/2018
-
06:34 PM Ruby trunk Feature #14912: Introduce pattern matching syntax
- "The patterns are run in sequence until the first one that matches."
This means O(n) time for matching. If we are ...
10/25/2017
-
09:59 PM Ruby trunk Feature #12854: Proc#curry should return an instance of the class, not Proc
- don't use lens as the name because this is a common used name in functional programming for a different concept
10/10/2017
-
02:23 PM Ruby trunk Feature #13767: add something like python's buffer protocol to share memory between different narray like classes
- The naming theme is not what is important. What is important is to have an api to share memory buffers between libra...
07/25/2017
-
03:56 PM Ruby trunk Feature #13767 (Open): add something like python's buffer protocol to share memory between different narray like classes
- In order for ruby to be used in more scientific or machine learning applications, it will be necessary to be able to ...
01/12/2017
-
05:07 PM Ruby trunk Feature #12957: A more OO way to create lambda Procs
- I want this too
```ruby
MyLambda = Class.new Proc
```
I want `MyLambda{|x| x + 1}.lambda?` to == `true`
I...
04/07/2016
-
03:35 PM Ruby trunk Feature #7361: Adding Pathname#touch
- Any update on this
```ruby
class Pathname
def touch(options={})
FileUtils.touch(@path, options)
end
...
11/04/2015
-
12:03 AM Ruby trunk Feature #11643: A new method on Hash to grab values out of nested hashes, failing gracefully
- Yukihiro Matsumoto wrote:
> I prefer method way to (already reverted) `params.?[:order].?[:shipping_info].?[:country...
09/09/2014
-
03:18 PM CommonRuby Feature #10217 (Open): Dir constructor similar to Pathname constructor
- Make Dir(path) an alias for Dir.new(path)
Dir('.').entries
Dir('test').each do |entry|
..
01/30/2014
-
02:47 AM Ruby trunk Feature #6613: VT_RECORD, IRecordInfo Support in WIN32OLE
- Still no progress on this?? I wish I knew C better
Also available in: Atom