Jeremy Evans
Jeremy Evans
I am not. I'm on the rack core team, but I'm not an owner of the rack gem. The core team needs to review other existing pull requests before deciding...
@nobu I determined that ignoring the internal encoding if the external encoding is binary is by design (see https://bugs.ruby-lang.org/issues/18899#note-7). However, that path was only used for `'external:internal'` encoding specifiers, not...
The related WhatWG issue is closed and implemented, but maybe only for half duplex and not full duplex. Is this still needed? If so, I'm OK with merging with some...
I'm against adding support for this by default as I would prefer it be left up to servers. I'm strongly against adding this to SPEC. I'm open to shipping a...
@h-nagai Do you want to merge this and #49? I am planning to make another release soon for #52 and would like to include both of these commits if you...
I'm going to merge this now so it can be included in the upcoming release.
@kddnewton I think Matz approved this change at the last developer meeting. Any chance you could work on the prism changes so that this can be merged?
@kddnewton Thanks for working on this. I'll see if I can fix the parse.y compiler to handle `**` inside of hashes.
I don't think I can help here, I have no knowledge of FreeBSD.
> Aren't many of these methods still not warning (without -w)? > > ``` > $ ruby -e 'puts({ok: 1}.index(1))' > ok > $ ruby -e 'Enumerator.new(42); p :ok' >...