Rick Hull

Results 16 issues of Rick Hull

- consequence: long-running blocks are not interrupted - 7 tests fail, expecting TimeoutError but getting ExpectationNotMetError Note: **I have not patched up the failing tests** Rationale for this: https://jvns.ca/blog/2015/11/27/why-rubys-timeout-is-dangerous-and-thread-dot-raise-is-terrifying/ >...

I'm not sure if this is helpful, but some folks in #ruby on freenode IRC were noticing that, with rspec-wait, `Timeout.timeout` was failing to raise Timeout::Error in a timely manner...

I have a Rakefile with the `report` task defined. There are no FileTasks in my Rakefile. I also have a `reports` dir at my project toplevel. If I run `rake...

I'm not 100% certain on whether this change is desirable or self-evidently so. But I definitely had to do a double-take when I looked at the method definition and saw...

DNS issue? http://libdill.org/

This PR is based on [Modernize](2) and [Array](3). This adds a parse module that allows: ``` Simplex.maximize('x + y', '2x + y

This PR is based on [Modernize](2) with a single controversial commit: * Stop using Matrix and Vector from stdlib. * Monkeypatching Vector to allow mutation seems questionable. * Just use...

It's likely some of these changes are controversial. In particular: * switch from test/unit to minitest/test * drop Gemfile * explicit self.instance_method calls These changes can be easily reverted after...

My use case for rye is to automate things that I'm doing "manually" via SSH. I have an extensive SSH config (~/.ssh/config) that specifies which keys and users to use...

I'm surprised to see that `find` is missing from the Rye commands. An oversight? Some other reason?