Josh Schroeder

Results 19 comments of Josh Schroeder

We ended up using a very similar solution to what @blinkcat posted here. But instead of `if(html){` we did ```ts if (res.statusCode == '302' || res.statusCode == '301') { return;...

@irparajababu That error is actually an error from kubectl itself and not the container. Since the pod is running two containers, you need to specify which container to listen on...

@kaumac It's not possible out of the box, however I do have a working project that's able to connect to multiple prismic repositories. It's for a client so I can't...

This is a duplicate of https://github.com/birkir/gatsby-source-prismic-graphql/issues/87

@mindmergedesign It's not possible out of the box, however I do have a working project that's able to connect to multiple prismic repositories. It's for a client so I can't...

Hi Emiel, there is currently no way to skip them. I will be working on updates for table diffing over the next week, so I will be sure to make...

@emielvangoor Just an update - have not gotten to this yet but it's on my radar. I will aim to get this feature included in the next release - probably...

This has been de-prioritized, and currently not sure if I have plans to implement this in the near future, since the focus of this library is on HTML snippets. However,...

Hey @uno2xx - this is not currently possible, but I added the Feature label to this issue as it's certainly something worth adding (and we'd happily accept a pull request...

@maliayas I just started working on updating the documentation this past weekend - going in small chunks but I plan to cover this next, now that I have basic documentation...