Kevin Williams

Results 12 issues of Kevin Williams

Running Ruby 1.8.6 (Mac), Erlang R13B01 (5.7.2), Rake 0.8.7, Rack 1.0.0, erlectricity 1.0.1, a Rails 2.3.4 app, and fuzed from this repository's master branch (or trunk). I ran "curl -v...

I don't see anything relevant to fuzed in the mailing list at all!

I suspect the "rack.errors" value is getting closed prematurely. I think I'm passing a reference to $stderr, just like Webrick and Mongrel, but something's not quite right.

Aspen is Rack-only, so this falsely implies other options exist.

Gist of log output: https://gist.github.com/kevwil/ebd9af6c6be6c7d4d469ff0652d4cb9e I updated Homebrew this morning and updated pip packages. The pyuv package had these errors which prevent it from installing.

I'd love to see a tree view of all tasks offered in a project, rather than only the tree of one task.

enhancement

``` /Users/keviwill/.rbenv/versions/3.2.1/lib/ruby/gems/3.2.0/gems/git-smart-0.1.11/lib/git-smart/git_repo.rb:23:in `git_dir': undefined method `exists?' for File:Class (NoMethodError) unless File.exists?(gitdir) ^^^^^^^^ Did you mean? exist? from /Users/keviwill/.rbenv/versions/3.2.1/lib/ruby/gems/3.2.0/gems/git-smart-0.1.11/lib/git-smart/git_repo.rb:9:in `initialize' from /Users/keviwill/.rbenv/versions/3.2.1/lib/ruby/gems/3.2.0/gems/git-smart-0.1.11/lib/git-smart/git_smart.rb:21:in `new' from /Users/keviwill/.rbenv/versions/3.2.1/lib/ruby/gems/3.2.0/gems/git-smart-0.1.11/lib/git-smart/git_smart.rb:21:in `block in register' from /Users/keviwill/.rbenv/versions/3.2.1/lib/ruby/gems/3.2.0/gems/git-smart-0.1.11/lib/git-smart/git_smart.rb:6:in `run'...