Paolo Bosetti

Results 7 comments of Paolo Bosetti

I'll try to fix it during holidays, promise. -P. > Il giorno 12 dic 2015, alle ore 10:38, vanfruniken [email protected] ha scritto: > > A further improvement would be to...

The App store version is actually bugging when dealing with non-localhost streams. I have a bug fix ready, although I have to spend some time to adapt it to the...

Hi Francisco, a similar addition is actually planned for next revision. Due to chronicle lack of time, though, I don't have reliable plans about a release date. Reasonably, it could...

Same here using twitter gem. Workaround: add str=str.to_s before line 1532 of net/http.rb (but this is a dirty one, i know!)

More cleanly, you could add this at the beginning of your script, after including your gems: ``` if RUBY_VERSION =~ /^1\.9/ module Net module HTTPHeader def urlencode(str) str = str.to_s...

Error is at `glGetString(GL_EXTENSIONS);` in ext/gl/gl.c. Still dunno how to fix it (glGetString is an OpenGL function).

I second this one. Now that versions < 3.5 are officially deprecated, unless there is a specific reason this is just an unnecessary warning that could distract from serious ones....