Joshua Kovach
Joshua Kovach
The overlay methods will apply a provided span to matching substrings of the receiver. In `.overlay`, it will apply to only the first matching occurrence, while `.overlayAll` will apply the...
#### Summary After upgrading from 3.20.2 -> 3.21.0, `describedAs` no longer works correctly with `Set`. It instead requires both the actual and expected sets to first be converted to lists....
I'm not sure how to fix this, but since it's probably keeping this from an official release and thus preventing [this from being fixed](https://github.com/gregbell/active_admin/issues/2434), it should at least be an...
Using `twitter-core` and `twitter-ui` version 3.3.0 along with Picasso 2.71828 will crash when trying to build a timeline adapter because Picasso no longer uses `Picasso.with(Context context)`, but uses `Picasso.get()`. There...
- d3c0e0d8 removed the ability to use namespaces on the sortable tree helper. This reinstates that capability, but also adds consistent rendering _and_ namespacing for all render helpers. - ce696f3a...
I think in certain cases, it would be very useful to float both the top (current) group view and the bottom (next) group view, to indicate that that there may...
A teammate and I have been working on adding caching into a HAL API built on Rails and Oat. We are dealing with large sets of data in our app,...
Ideally, when a test fails, it would be great if it printed the full "pretty" step sequence that was completed and the name of the step that it failed on...