Taras Vozniuk
Taras Vozniuk
@juunone: If I understood your setup, you want to trigger conditional build command, that is `build:dev` for dev stage, `build:prod` for prod stage with amplify project-config.json setup accordingly, this is...
@juunone: I am sorry for the confusion, `build_command` was removed as the configure command changed in https://github.com/ambientlight/amplify-cli-action/commit/86d8412c2a97c31bdfa0867d731d82802ac24806#diff-b958f585a04af5ee2087610ea7180f34 `amplify/.config/project-config.json` committed will be used by this action (rather then rewritten in `amplify...
@juunone: you need to override `project-config.json` youself for now. You can use something like jq, or sed to replace the build command. I think overriding project-config.json `build_command` is a valid...
Haven't yet encountered this issue. Will need a bit of time to access. You are pausing/resuming the timer from the same dispatch_queue you instantiated the timer with, right?
Thank you for the feedback. Working on it...
@jneves: Is this by any chance still on the radar? There are lots of folks relying on Zappa, maybe this thread can proceed by creating a Github organization Zappa, forking...
it would make sense reopening this
> @ambientlight @copy instead of publishing more mirrors of v86 on NPM, why don't we all maintain the same one? Otherwise it's easy for people to get unmaintained versions and...
@copy: I think what was also discussed in a gitter, is that this PR should also add the `github action` that builds of master and publishes to npm with a...
@giulioz, @copy: Thanks for great input, understood. @giulioz: I was thinking more of a scaffold like at https://stackoverflow.com/a/39862418/2380455, however I have limited experience with `closure` compiler. I'm seeing a non-minified...