speckins

Results 9 issues of speckins

This gem hasn't had a release since 2012 on rubygems.org. I need to use the GitHub version in my Gemfiles, which isn't too bad, but I'd like to make radiustar...

Last year I had to reverse engineer the Zoomify format in order to rescue some of our archived images to an editable state. I recently came across the openslide project...

enhancement
format-new

`Net::HTTPRequest` has three internal representations of body: `@body`, `@body_stream`, and `@body_data`. WebMock supports the first two but doesn't seem to recognize the latter. ```ruby require 'net/http' require 'webmock' include WebMock::API...

Previously, OmniAuth::Builder was a subclass of Rack::Builder. Rack::Builder#call calls #to_app, rebuilding the Rack application on each request, and, as it says in the Rack::Builder comments, this may have a negative...

Previously, OmniAuth::Builder was a subclass of Rack::Builder. Rack::Builder#call calls #to_app, rebuilding the Rack application on each request, and, as it says in the Rack::Builder comments, this may have a negative...

I started getting some "Using the last argument as keyword parameters is deprecated" warnings from a test I was writing with Minitest::Mock. The method being mocked doesn't expect any keyword...

In `lib/reverse_proxy/client.rb` `ReverseProxy::Client` references the `Net::HTTP` constant but does not `require 'net/http'`, leading to `NameError (uninitialized constant ReverseProxy::Client::Net)` if nothing else has loaded it by that point.

Extends Element with .scrollIntoViewIfNecessary() which only scrolls the parent container if the element is not already entirely within view. This solves two related issues for Autocomplete dropdowns when there are...

The most recent version is 1.2.5, which does not contain commit ea1af88, which fixes the `authenticate` method signature to be compatible with Django 2.1+ (https://docs.djangoproject.com/en/5.2/releases/2.1/#features-removed-in-2-1).