General

Profile

bkuhlmann (Brooke Kuhlmann)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 5 6

Like

Activity

12/17/2024

12:03 AM Ruby master Bug #20955: Subtle differences with Proc#parameters for anonymous parameters
Thanks. When I mentioned "consistency" I was mostly concerned about getting a parameters array from `Proc#parameters`... bkuhlmann (Brooke Kuhlmann)

12/16/2024

05:13 PM Ruby master Bug #20955: Subtle differences with Proc#parameters for anonymous parameters
@zverok Makes sense...but this behavior would be nice (again, thinking in terms of consistency):
``` ruby
proc { ...
bkuhlmann (Brooke Kuhlmann)
03:18 PM Ruby master Bug #20955: Subtle differences with Proc#parameters for anonymous parameters
Good catch. I would expect the following behavor:
```
proc { it }.parameters #=> [[:opt, :it]]
lambda { it }...
bkuhlmann (Brooke Kuhlmann)

11/09/2024

01:01 AM Ruby master Feature #20882: Provide Boolean(...)
In case it's of interest, I use my [Refinements](https://alchemists.io/projects/refinements#_to_bool) gem for this. E... bkuhlmann (Brooke Kuhlmann)

09/30/2024

02:15 PM Ruby master Feature #20770: A *new* pipe operator proposal
For background, this has been discussed before:
- [15799](https://bugs.ruby-lang.org/issues/15799): This was imple...
bkuhlmann (Brooke Kuhlmann)

08/13/2024

01:19 PM Ruby master Bug #20675: Parse error with required kwargs and omitted parens
I think this would be *great* and would *love* to use keyword parameters without parenthesis...but I don't know how c... bkuhlmann (Brooke Kuhlmann)

07/30/2024

01:04 PM Ruby master Feature #20657: Allow Enumerable#map(&:method) and #each accept additional parameters for method
[Method Parameters And Arguments](https://alchemists.io/articles/ruby_method_parameters_and_arguments) are already co... bkuhlmann (Brooke Kuhlmann)

03/08/2024

03:45 PM Ruby master Bug #20328: optparse omits the option's description in the --help output if the description is an Array
Correct. The `type` (third position) must be a primitive (or custom type, example: [Versionaire](https://alchemists.i... bkuhlmann (Brooke Kuhlmann)
12:42 AM Ruby master Bug #20328: optparse omits the option's description in the --help output if the description is an Array
The confusion is with the array (third argument) used with your `--multiline-opt` option. If you change it to the fol... bkuhlmann (Brooke Kuhlmann)

11/07/2023

05:56 PM Ruby master Bug #19989: Fix refinement refine performance
OK, thanks. Make sense. Feel free to close this. bkuhlmann (Brooke Kuhlmann)

Also available in: Atom