Posted in Development Environment, Tools & Tips, Uncategorized on 09/26/2011 07:03 am by admin
The fix is documented here: https://github.com/mxcl/homebrew/issues/4782
It consists of adding a line in the readline formula file: /usr/local/Library/Formula/readline.rb right before the system command:
inreplace 'support/shobj-conf', 'darwin[89]*|darwin10*)', 'darwin[89]*|darwin1[01]*)'
Posted in Development Environment, Tools & Tips on 09/26/2011 06:19 am by admin
Today I realized that the MacPorts of both MongDB and CouchDB were (through their dependencies) completely broken. This pushed me to switch to HomeBrew. Which solved the issue. I ended up with a simpler, better structured and more up-to-date package manager to boot.
Uninstall MacPorts and all your ports
http://guide.macports.org/#installing.macports.uninstalling
Posted in Tools & Tips on 01/28/2009 07:37 pm by admin
This is a simple GUI for using the javascript encodeURIComponent / decodeURIComponent functions to encode / decode URLs. We posted it here for your (and our) convenience, and it is offered without any warranty of any kind. Use it at your own risk.