Christopher Pappas
Christopher Pappas
It might be absurd to many, but it's quite possibly fascinating to some!
While I'm excited to make the switch (starting that now) and enjoy the purely functional nature of Redux, it would be nice if you could write out your reasoning behind...
It would be great to be able to toggle syntax highlighting in the results pane. Right now the results are printed out in only one color.
Opening a review app to test whether Segment's [cookie consent lib](https://github.com/segmentio/consent-manager) will automatically reset cookies in Safari after 7 days, re-triggering need to show consent. Review App link: https://segment-consent.artsy.net/
This PR lightly refactors the app into a modern idiomatic typescript form, and adds some nice project hygiene tools that are often seen in the JS ecosystem. #### Overview of...
Thanks for this incredible app! One little request: with the newest multi-account version it would be nice to either A) only display the accounts tab if the user has more...
Closes https://github.com/artsy/fresnel/pull/289 Closes https://github.com/artsy/fresnel/issues/260 All credit goes to @gurkerl83 and the work he spearheaded in #289 and the investigations in https://github.com/artsy/fresnel/issues/260. Much appreciated! This PR integrates that work and updates...
This request came up while working through a caching exploration in https://github.com/artsy/reaction/pull/3164. Basically, we would like to perform an intermediate request within `getCacheConfig` to determine if a particular route should...
> Force is Artsy's main website, artsy.net. In the three years since it was open-sourced, it has provided a solid foundation to build features on top of without a lot...
For some reason Travis was erring out on Jest snapshot tests when running on CI. Various attempts to fix are located in #1186, with the temporary work around being to...