Rob Galanakis

Results 10 issues of Rob Galanakis

Hello! I am using this Gem outside of rails (for the model extensions). I was using 1.22 fine, but 1.23 broke, due to this change: https://github.com/algolia/algoliasearch-rails/commit/b153aee36df50ec5ee03438bb849bec07b4430e4#diff-aa3c971e8e946ba7c6f1c01666f55614R8 Basically, the only thing...

I am not sure what'd be involved, but it would be nice if goless had asyncio support. I'm not sure what that means since I haven't looked into it much,...

feature
want pull request

The select function will detect a deadlock condition (see #25), but this only happens _before_ it starts to loop and wait for a channel to be ready. So the code...

bug
want pull request

Stackless Python 2.7 works fine, as does vanilla 2.7 with gevent, but we get terrible behavior under PyPy with stackless/continulets. We need to figure out what is up.

bug
want pull request

See https://pypi.python.org/pypi/stackless-python

blocked
infrastructure

tox.ini uses the tip of surfly/gevent for PyPy because 1.0.1 doesn't support it. Much worse, the 3.3 environment is a total mess, because Cython wouldn't install before gevent on travis,...

blocked
infrastructure

When the component is unmounted, the container `div` that sets `this.container` can set `this.container = null`. Then the update call is made later, and `this.container.clientWidth` errors.

``` u = https://calendars.icloud.com/holidays/us_en-us.ics/ # This works as expected Net::HTTP.get_response(URI.parse(u)).body #> "BEGIN:VCALENDAR\r\nVERSION:2.0\r\nPRODID:icalendar-ruby\r\nCALSCALE... # This yields a gzipped body io = Down::NetHttp.open(request_url, rewindable: false) io.gets > "\u001F\x8B\b\u0000\u0000\u0000\u0000\u0000\u0000\u000... ``` I know that...

This line: https://github.com/plivo/plivo-ruby/blob/119038345475c6216bf040926747105b66fd588a/lib/plivo/utils.rb#L219 Is vulnerable to timing attacks, as per https://github.com/Asmod4n/mruby-secure-compare