Benjamin Fleischer
Benjamin Fleischer
Looks like in the code this is explicit behavior ```ruby # "app/controllers/api/v1/rubygems_controller.rb" class Api::V1::RubygemsController < Api::BaseController def show if @rubygem.hosted? && @rubygem.public_versions.indexed.count.nonzero? respond_to do |format| format.json { render json: @rubygem...
Hmm, same version and checksum I have in /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask/Casks/nvalt.rb I wonder if it's to do with your os version
What does that mean? What JSON error? Is this still and issue?
Will do tonight. thanks
hmm, that didn't appear to fix it... $HOME/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/snakefire-1.0.4-py2.7.egg/snakefire/mainframe.py", line 335, in joinRoom self.statusBar().showMessage(unicode(self._("Joining room {room}...").format(room=room["name"]))) UnicodeEncodeError: 'ascii' codec can't encode character u'\xeb' in position 1: ordinal not in range(128)
(I'm on OSX snowleopard FWIW)
It looks like something to do with how .format is called and what the interpolation expects. I don't really know python, but from reading it about it, it appears the...
apparently these passed in https://github.com/zipmark/rspec_api_documentation/pull/461