Alex Tambellini

Results 6 issues of Alex Tambellini

When calling render :json => @object in a Apotomo::Widget it looks for a template of format .json instead of calling .to_json on the object and setting the content_type to "application/json"...

Here is a hello world apotomo application that demonstrates a bug that popped up when upgrading from journey 1.0.3 to 1.0.4 (rails 3.2.7 is going to require 1.0.4 so we...

Environment: jruby 1.6.4, ubuntu 11.10, rails 3.1.1, rspec-rails 2.7.0, apotomo 1.1.4 When running rake spec:rcov I get the following error: https://gist.github.com/1293244

See the [starlette issue](https://github.com/encode/starlette/issues/919) as well as the [limitations section](https://www.starlette.io/middleware/#limitations) of the documentation. It seems like using `BaseHTTPMiddleware` breaks some things with async/background tasks in FastAPI and people generally recommend...

When I upgraded from jruby-openssl 0.7.4 to 0.7.6.1 I started getting this error when trying to do file uploads to amazon s3 using the fog gem: https://gist.github.com/1694196

So the context menu works fine on iphones/ipads but when I install my app on my Macbook Pro laptop it crashes immediately when opening the context menu. Here is the...