Gajus Kuizinas
Gajus Kuizinas
Related, though I didn't want to add it to this PR, why is this being awaited in the first place? I didn't try this, but it should be just: ```diff...
Please re-run tests. It looks like it is a CI/CD failure.
I was looking into `deasync` too to solve an equivalent problem. https://github.com/gajus/babel-plugin-react-css-modules/issues/83 I'd be curious to know what are the performance implications. As you said, this is a built-time only...
My guess is that you are running this on macOS? Its probably because inbuilt curl version does not use openssl. Try: ```bash brew reinstall curl --with-openssl && brew link curl...
Ignore that. I am still having the same issue.
Consider deprecating package in favour of https://github.com/gajus/global-agent
This is a light-weight wrapper that is supposed to cover 90% of the use cases. The functionality that you are after falls into the category "out of ordinary". I suggest...
Whats the reason for wanting to include the file name, line, column if this information is already present in the console? As is "VM214:1" in this screenshot.
Sounds like a simple contribution to make.
@rbkaspr Did you ever a figure out a workaround for this? I am in a similar boat where the entire cluster is deployed using a single ApplicationSet utilizing Helm. However,...