Max Kukartsev
Max Kukartsev
@ferd after encountering this as well and some more digging, I believe the issue is actually the presence of empty arguments to `erlexec`. Modifying the end of start script as...
Thanks @ferd! Here it is: https://github.com/erlware/relx/pull/879
To add to https://github.com/facebook/jest/issues/12270#issuecomment-1153458603 and https://github.com/facebook/jest/issues/12270#issuecomment-1166732265, here's an alternative implementation of the custom resolver which relies on the `node:module` core module instead of `enhanced-resolve`: ```js const nativeModule = require('node:module'); function...
An alternative workaround, which does not require maintaining a forked version of `actions/cache@v3`, is to check out the action repo manually, modify `action.yml`, and run the modified action from its...
#168 includes the same logical changes as this PR, and also adds new tests ([as requested](https://github.com/mhart/aws4/pull/158#issuecomment-1823865068)). @mhart @ryanblock would you please take a look?
I know this is a two-year-old issue, but wanted to point out that because of syntactical overlap between top-level structured headers types (List, Dictionary, Item), it might not be possible...