Matej Šnuderl

Results 44 comments of Matej Šnuderl

What happened with those funds? It seems like the project is not being maintained at all?

@GraemeAllanBryce I tried the following but I'm getting this error: `TypeError: Missing parameter name at 5`. I believe it happens because `domains` is missing. What did you set for the...

This is a very weird behaviour. So actually I would like to achieve the following: Deploy my NextJS application on every pull request. This way application could be tested in...

Thanks for the script. We need something similar, but AFAIK you are not using the domain component here which is problematic. I would expect the component to skip any certificate...

Hey @dphang. I've managed to get this working using the latest alpha and the `certificate` input (see https://github.com/insights-io/Insight/pull/730/files#diff-3cc804dfa5fb131a9df47aa81e78ac41d4bb1870a60f8dac2dc6da74a1080d13R55) 🎉 It works as expected, but it seems component does not create...

Deleting the cloudfront distribution should not be a problem. It is usually disabled in ~3 minutes. We're using the following snippet to delete it: ```sh aws cloudfront wait distribution-deployed --id...

Integration with https://github.com/reviewdog/reviewdog would also be nice

Hey @cneuro 👋 We need a reproducible example (e.g. link to a GH repo) in order to investigate this.

I think the API we expose is stabilised and wont change anytime soon. Having that in mind, I think we could cut `1.0.0` release. New versions of NextJS will break...

> Hi @Meemaw, thanks for this PR and all the maintenance job during this days ❤️ . > > I still haven't had the opportunity of fully digging into this...