Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
In a much older version of grape-swagger this used to work: ```ruby models: [ Presenters::ApplicationPresenter ] ``` where ```ruby module Presenters module ApplicationPresenter include Roar::JSON::HAL include Roar::Hypermedia include Grape::Roar::Representer property...
Grape-swagger extracts the top-level path as a "namespace", however it supports namespace options that are "native" Grape namespaces. If those two match, you're in luck. If they don't, you're not....
A user bids in the last seconds only to discover that there's a confirmation step. Improve UI in a way that makes it clear that there will be a confirmation...
A user bids in the last second does not have their bid registered because the auction may be closing at the same time and the network latency makes it so...
A user was looking at an artwork page and when the auction closed he was still looking at a price at which they had placed a bid earlier. In fact...
We often pre-register users, so sometimes a user may have a pin and a paddle_number but not a credit card on file. For some auctions where the guests are vetted...
We've had several instances of people saying they never placed a bid. Maybe we can take a photo of them when they register and when they place a bid? We...
We closed an auction earlier in staging, kiosk had hard time catching up with that. This is low priority, but has come up as a potential production scenario where we...
We've been trying to create a single color library to rule them all. Check out https://github.com/thisandagain/color
I believe https://github.com/Giphy/giphy-ruby-client/issues/8 was caused by a server-side regression. It used to expect a flat response and now returns a collection of images? https://github.com/Giphy/giphy-ruby-client/blob/master/docs/RandomGif.md