Ivan Suslov
Ivan Suslov
I think you have to install 7zip: https://www.7-zip.org/download.html After that it does it properly
workaround for me was: `{:execjs, git: "https://github.com/devinus/execjs.git", tag: "a1c0af4c3b0afc9d6f176bf82f9c5b9fae3f2a45"}]` in deps
@alexsoyes yes, unfortunately I can not change dependencies in the project, so I downloaded this package to a folder outside my of project, substituted libsodium sources with the latest version...
Same here, any workaround?
https://www.polymer-project.org/2.0/docs/api/namespaces/Polymer.Templatize misleading docs. In https://github.com/Polymer/polymer/issues/4458 you can see that `Polymer.Templatize.templatize(template, this, {})` only works when all three parameters are passed. Please fix it.
so.. it is useless because of this
Yes! Big problem actually
What if I have lefthook running in my CI. It outputs almost infinite `waiting` line during run. Look at the screenshot. **Is it really a desired behavior?** Anyway I want...
Just don't use this action and call `gh` directly: ``` - name: Download artifact env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: echo $(gh run download -n my-artifact-name) ``` https://cli.github.com/manual/gh_run_download
Hey @mihar-22, is there any priority for this feature?