Robert Cannon
Robert Cannon
I just added a PR that uses the official curl docker image which cut the build time for me to about 12 seconds https://github.com/pullreminders/slack-action/pull/17
That's definitely a good suggestion, but I would not be able to make that change without creating my own action (or at least taking ownership of the docker repo).
I ran into this issue as well and created a PR https://github.com/pullreminders/slack-action/pull/16
I am seeing the same error. Below is the stepfunction config from `serverless.yml`. The change that prompted this was adding the `id` field. Prior changes that went through were things...
Follow up with some things I tried after posting this issue: 1) I commented out the calls to dynamodb and was able to run the test for 6+hours, so that...
Being suspicious of my own code I also updated the test code to remove some helpers I pulled from another project, but still had the issue.
Sorry, for the old thread, but I recently had this issue moving from `@sveltejs/kit` `1.0.0-next.328` -> `1.0.0-next.350`. Updating the `vite.css.plugins` like @wiesson helped me as well.
Another use case for for path substitution independent of the multiple entry points problem would be for plugins that provide details in the substitutions. Consider the [git-revision-webpack-plugin](https://github.com/pirelenito/git-revision-webpack-plugin) which provides `[git-revision-version]`....
I am currently getting a build error from the "release" tagged 3.1.0. It pulled in a dependency on log4j 2.5-SNAPSHOT (!!!) which is presumably the issue and the same as...
@spuithori thanks for the reply. I appreciate getting your reasoning. I have a couple thoughts though. 1) the official app is context aware and just "handles it" so that makes...