Tim Rogers

Results 164 comments of Tim Rogers

Thanks for reaching out! 👋🏻 Are the images coming from your local machine?

Unfortunately, I don't believe that there is a way to do this in the API. We would have to host the images somewhere else externally.

> > Unfortunately, I don't believe that there is a way to do this in the API. We would have to host the images somewhere else externally. > > >...

Thanks for flagging this! The indentation of the `gists` data looks fine to me. But it does look like the library we're using for working with YAML front-matter, [`gray-matter`](https://github.com/jonschlinkert/gray-matter), is...

@mwoz123 Thanks for the issue and the pointer! I'll need to set up an Android device or emulator so I can try to fix this and test the fix.

@M1ke Thanks for creating this issue! At the moment, `bank_reference_prefix` is not exposed in the public API, but rather only to Dashboard. We'll chat internally about exposing this. Out of...

I'm not familiar with `iterator_to_array`. How commonly is it used? Presumably if this is broken, then our `Paginator` is implemented in a way which is somehow incompatible with `Iterable`

As you've worked out, the function of `all()` is to automatically paginate through the paginated list returned by the API for you, but if you specify your own `before` option,...

I've just been having a play around myself to investigate a bit further the issues you're raising. I'm starting with listing the customers in my account. Here's a copy of...