Joey Aghion

Results 12 issues of Joey Aghion

Carbon apparently implements its own log-rotation facility, and there's [no way to disable it](https://answers.launchpad.net/graphite/+question/198157). This cookbook _also_ configures `logrotate` to rotate the same files, and the result is that all...

Defect

Noticed today that artworks' "related works" menus, which provide gene or tag labels for clicking, no longer link to the corresponding pages. That leaves gene and tag pages almost completely...

Bug
SEO

Loading a single artist page (such as `/artist/lynn-chadwick`) results in repeat loads of the artist's API data (so, e.g., 2 requests to `/api/v1/artist/lynn-chadwick?`). I'm not sure if these are from...

Loading a single artist page (like `/artist/lynn-chadwick`) triggers 5 separate API requests for related artists. E.g.: /api/v1/related/layer/main/artists?artist%5B%5D=lynn-chadwick&exclude_artists_without_artworks=true&size=0&total_count=1 /api/v1/related/layer/contemporary/artists?artist%5B%5D=lynn-chadwick&exclude_artists_without_artworks=true&size=0&total_count=1 /api/v1/related/layer/main/artists?artist=lynn-chadwick&size=0&total_count=1 /api/v1/related/layer/main/artists?artist%5B%5D=lynn-chadwick&exclude_artists_without_artworks=true&size=1 /api/v1/related/layer/main/artists?artist%5B%5D=lynn-chadwick&exclude_artists_without_artworks=true&size=15 Some of these are slightly different, but 3 (#1,...

API logs show mostly empty user agent values. It would be helpful if Force identified itself in its requests to the API with the conventional `User-Agent` header.

Upon trying to enforce a depth limit on GraphQL queries, we noticed the `/gene/...` page was executing a query with depth of 9. @ashfurrow suggested this could be the source:...

Help Wanted

(Similar to https://github.com/artsy/force/issues/1823.) Upon trying to enforce a depth limit on GraphQL queries, we noticed the `Route` queries occurring with depth of 9. I'm not sure what the source of...

Help Wanted

Pages like https://www.artsy.net/art-basel/browse/artist/mary-kelly include this in their markup to indicate that the page is significantly rendered on the client-side: ``` ``` As a result, search engine crawlers make an additional...

Collector Experience

When I type into the search field and hit return, I frequently see results for some prefix of what I actually entered. My initial sense is that navigation to the...

Bug

Inline attachments are provided by the Mandrill webhook's `images` field and are _not_ included in the `attachments` field. As such, they're not available in the `Griddler::Email`'s `attachments` property. I think...