Anthony Smith

Results 62 comments of Anthony Smith

I'd argue it is a default option if every request requires it. For my specific use case I need a header to be sent with a variable value always derived...

This is what I'm trying to avoid. ``` js qwest.post('/things', {}, { headers: { 'MyHeader': myFunc() } }) ``` ``` js qwest.get(`/things/${id}`, {}, { headers: { 'MyHeader': myFunc() } })...

A version param is always passed to Foursquare with the current date. https://github.com/anthonator/skittles/blob/master/lib/skittles/request.rb#L36 Although I should update the gem to allow a user configurable version. Thanks for bringing this to...

Yep. Totally agree. I'll look into it.

Unfortunately, no. I would love to support that though. A PR would be welcome.

I would say add a `column` option to the validator. So it would look something like this. ``` validates :field, uniqueness_without_deleted: true, column: :my_column ``` What do you think?

@dustingetz I'm running into the exact same issue as you with a chat style app. Is your fork in a state for others to use? Do you plan on contributing...

@dustingetz did ever create a release for this?

Did this ever make it in?

Can you provide the error you’re getting?