Daniel (dB.) Doubrovkine

Results 557 issues of Daniel (dB.) Doubrovkine

Coming from https://github.com/opensearch-project/opensearch-plugins/issues/96, add MacOS (Darwin) support. - [ ] Passing CI on MacOS - [ ] Documentation

macos
triaged

Requires a r/w token for Github in CircleCI undo https://github.com/artsy/doppler/commit/0d7457032f66d0d42ffaeda5f8d6f76ebf9ffb47

chore

Making a PR-based deploy pushes the latest stuff on staging, not the changes in the PR. ![screen shot 2019-02-06 at 5 23 14 pm](https://user-images.githubusercontent.com/542335/52377819-001bd200-2a34-11e9-827a-f1841aa65196.png)

confirmed bug

Followup on https://github.com/artsy/doppler/pull/154, use a smaller docker image.

new feature

The idea is that you could see an artwork and swipe right/left. The next set of artworks would come from related results. The app would track what you have seen...

app idea

Probably because it's setup to add the auth header in preFetch since #139. Need to move to a better auth mechanism.

new feature

https://sentry.io/artsynet/doppler-production/issues/455180697/ in `ClientApplicationsController#create`, `POST/client_applications` Need something like this, maybe rails generic? ``` rescue_from Faraday::Error::ClientError do |ex| Raven.extra_context(...something with ex's attributes...) raise ex end ```

confirmed bug

From https://github.com/artsy/gravity/pull/11321

chore

If you have a client ID and secret that allows published artworks access for example and login to developers.artsy.net you may want to use that key for testing. Otherwise you're...

new feature