I like this extension to firefox: https://addons.mozilla.org/en-US/firefox/addon/2691 An equivalent for chrome would be nice. (Posted by roger pack)
The General Polygon Clipper offers a lot of useful computational geometry functions. It would be great to make a wrapper for Ruby. (Posted by Tommy Chheng)
In starcraft, battle.net menus aren't drawn and refreshed correctly. The buttons contain no pictures, just text, and whenever they should be redrawn, they aren't. The text is just drawn on top of what was there before. This makes reading things somewhat difficult. (Posted by nick ves)
It is possible to compile GTK+/Gimp on OSX with native support instead of using X11. Doing a manual installation (http://sourceforge.net/apps/trac/gtk-osx/wiki/Build) conflicts with homebrew installed forumlas. (Posted by Konstantin Haase)
A Scaladoc plugin that would look for an annotation like @DSLGrammar, which would sit on top of a singleton (read scala object) representing a BNF grammar of DSL expression. Scaladoc would instantiate this object and generate a nice readable syntax diagram of all expressions found in a package within the Scaladoc. (Posted by Tommy Chheng)
The feature is in the Canon 5D mark ii and it should be possible the T1i to support manual controls. (Posted by Tommy Chheng)
More details at http://dev.rubyonrails.org/ticket/11600 (Posted by Nitin Shantharam)
It would be really nice to have query side support for: Spans and Payloads. The main ingredient missing at this point is QueryParser support and a output format for the spans and the payload spans. More details at https://issues.apache.org/jira/browse/SOLR-1337 (Posted by Tommy Chheng)
Total reward is greater than $600! You can collect reward for this same project from http://wiki.github.com/rdp/ruby_bounties/ruby-bounties as well. Some project notes from Sergio at http://www.serabe.com/2009/12/31/helping-nokogiri-take-ii (Posted by Tommy Chheng)
I want to be able to use haml/sass code in Lift. David Pollak mentions it's possible in this discussion thread http://www.mail-archive.com/liftweb@googlegroups.com/msg05230.html (Posted by Tommy Chheng)
CarrierWave supports file storage on Amazon S3 through AWS/S3 but doesn't use the gem's API to generate urls for the stored files, requiring them to be accessed through http. (Posted by Nitin Shantharam)
The current Narray gem uses a C extension. The new version can use FFI or wrap around an existing Java Matrix library that mimics the narray api. (Posted by Tommy Chheng)