Results 7 comments of David Lio

Just found this module and was excited to use it but it does indeed seem to be broken at present. Thanks in advance to anyone who can take a look...

I'm seeing the same issue myself. Were you ever able to resolve this Jim?

I've tried a few different ruby versions, so I don't think that's it. I came across this: https://bugs.ruby-lang.org/issues/4517 Poking around with irb now...

testing with ``` candidates.each do |candidate| ap candidate.score ap candidate sleep 10 end ``` inserted at line 83 of lunch_roulette.rb (with require 'ap' at the top) looks like some scores...

No worries; thanks for the ping. I tried on 1.9.3 and 2.1.5 to no avail. I'll try some more once I compile them through rvm.

I'm seeing the following when I do a run with 1000 sets and print the scores of all candidates: ``` Generating 1000 sets... Invalid Sets: 985 Valid Sets: 15 [...

This issue appears to have resurfaced in yarn version 1.22.0 (MacOS). The issue is persistent regardless of installation method (via brew, npm, or install script). The offending package is a...