Doug Tangren
Doug Tangren
nm. I think I found my in [here](https://github.com/maxtaco/coffee-script/blob/iced/src/command.coffee#L328-329). I can call `CoffeeScript.compile({bare: true, runtime:'inline'})`. I think that's all I needed to know.
This was noted in a recent pull request that relaxed the handling of names with spaces https://github.com/softprops/action-gh-release/pull/446#discussion_r1591023630 GitHub doesn't expressly document which characters may get replaced in its [documentation](https://docs.github.com/en/rest/releases/assets?apiVersion=2022-11-28#upload-a-release-asset) but...
One possible work around for now is to create an a archive whose name does not contain special characters that contains the file with special characters in its names and...
wouldn't be an issue. I plan on making retry a standalone lib using [MIT](https://github.com/softprops/retry/blob/master/LICENSE) then contributing a patch back to dispatch that depends on this.
sign me up! I'll see if I can start on that this weekend.
Thanks @stevedonovan
Is this really still an open issue?
I would also be interested in this sort of feature
My use case is only a subset of values require dynamic resolution which would require cli provided values but a majority are static values in which case the samconfig.toml file...
I thought of a work around in my case but I don’t like it. In my case I have various config envs that represent env configuration parameter overrides that are...