Jerod Santo

Results 65 comments of Jerod Santo

Yah, I wrote this module back before the iPad was around. I don't have any use for this code anymore myself, so I am unlikely to update it to handle...

I sniffed the traffic from my iPhone to determine what requests it was making when launching the App Store. I'm sure you can do similar with the iPad. I blogged...

Sure. ``` abstract (1.0.0) actionmailer (3.0.1, 2.3.5) actionpack (3.0.1, 2.3.5) activemodel (3.0.1) activerecord (3.0.1, 2.3.5) activerecord-intersys-adapter (0.0.1) activeresource (3.0.1, 2.3.5) activesupport (3.0.1, 2.3.5) arel (1.0.1) autotest (4.4.4) autotest-fsevent (0.2.3) autotest-growl...

I confirmed this today by intercepting the raw response to this API call from inside the library and it has this in the `meta` section: ``` "errorType":"deprecated", "errorDetail":"This endpoint will...

@mattmueller the tricky thing about setting the `v` param is that we don't really know if the library as a whole can support any specific date, right? Their [versioning](https://developer.foursquare.com/overview/versioning) page...

Some of the issues I brought up in #40 will play a part in this as well. Most importantly, how can the current test suite (which relies upon snapshotted response...

@mattmueller I honestly think the constantly-updating-fixtures-to-match-api-version route is untenable over time. Instead, I'd suggest using something like [VCR](https://github.com/vcr/vcr) to get actual API responses and cache them for reuse.

I'd like to add my hardy 👍 to this feature. For changelog.com we do a similar thing so that we can have Arc upload to [`priv/uploads`](https://github.com/thechangelog/changelog.com/blob/master/config/dev.exs#L41-L42) in dev and to...

Another option for those interested in this feature: Feedbin (my RSS reader of choice) recently added [the ability to subscribe to email newsletters](https://feedbin.com/blog/2016/02/03/subscribe-to-email-newsletters-in-feedbin/).

Switching the platform in `Dockerfile.runtime` to: ``` FROM --platform=linux/amd64 hexpm/elixir:1.13.4-erlang-24.3.4.5-ubuntu-jammy-20220428 ``` Gets us past step 13 and `node --version` prints `v14.20.0` just fine, but it segfaults on: ``` #15 [12/13]...