Michael Kohl

Results 48 comments of Michael Kohl

@nickytonline Is a better person to answer this than I am, maybe he can chime in here?

This fails because I forgot to update the shell completions, will do that later today. Edit: updating the completions is sort of the hardest part of contributing to this project....

@TaKO8Ki I found about 12 temp directories totaling about 3 GB. Sure, that's probably because I sometimes started installs that I manually canceled (mostly when developing and trying out stuff)...

It's been almost two months now, any idea what we're gonna do with this PR @TaKO8Ki?

@TaKO8Ki Feel free to just close this if we're not going to merge it πŸ˜ƒ

I was mulling this over for a bit and was wondering if we could add a `--configure-help` switch to `install` which would fetch Ruby, extract it and then run `./configure...

I just addded an initializer `warbler_fix.rb` with the following content: ``` class String public :pathmap_replace end ``` Not exactly ideal, but works for meβ„’.

It seems the spec for `Array#intersect?` already exists at `core/array/intersect_spec.rb`. "One-line pattern matching is no longer experimental." is also taken care of already in `language/pattern_matching_spec.rb`. I'll add one for `Struct#keyword_init?`...

> Parentheses can be omitted in one-line pattern matching. > [[Feature #16182](https://bugs.ruby-lang.org/issues/16182)] Has already been implemented: https://github.com/ruby/spec/blob/22bb5b2f7d449f65a9442146c0e556e25d8f9426/language/pattern_matching_spec.rb#L1332-L1342 The pinning expression specs have also been implemented: https://github.com/ruby/spec/blob/22bb5b2f7d449f65a9442146c0e556e25d8f9426/language/pattern_matching_spec.rb#L1380-L1402

> I don't know if they use HTTP methods or not The WebSocket protocol is different from HTTP, but allows proxying in combination with an `Upgrade: websocket` header. Having a...