kgrz (Kashyap K)
- Login: kgrz
- Email: kashyap.kmbc@gmail.com
- Registered on: 01/10/2014
- Last sign in: 05/04/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
04/01/2016
-
01:16 PM Ruby Feature #12242: Is it worth adding collision probability of SecureRandom functions in RubyDoc?
- Apologies if I opened this in a wrong format. I'm pretty new to redmine tracker, and unfamiliar with the UI :(
-
09:46 AM Ruby Feature #12242 (Feedback): Is it worth adding collision probability of SecureRandom functions in RubyDoc?
- Is it feasible and/or even useful to document the probability of
collisions for the various random number generation methods in the
SecureRandom module?
I feel having a note to read about the possibility of collisions
happening for...
03/23/2016
-
06:31 AM Ruby Feature #12208: Improve ri command
- We could add the `ri` commands for each method on the Ruby [doc HTML pages](http://ruby-doc.org/core-2.3.0/) at just under the method signature line (like shown in the image attached) or some place else. That way anyone who visits the R...
01/16/2015
-
09:27 PM Ruby Bug #10749: Possible overflow in GC::Profiler report on 2.2.0
- I've been trying out the `GC::Profiler` and noticed an oddity in the report generated on Ruby 2.2.0
via `GC::Profiler.report`. The report generated outputs a really large value under `Use Size` header
on 2.2.0 but this is not present i... -
08:54 PM Ruby Bug #10749 (Closed): Possible overflow in GC::Profiler report on 2.2.0
- I've been trying out the GC::Profiler module on both Ruby 2.1.0 and Ruby 2.2.0 based on the
sample code present at https://rubybench.org and noticed a oddity in the output of GC::Profiler.report
on Ruby 2.2.0. The code snippet I was e...