Alex Nordlund
Alex Nordlund
Possibly unrelated, but github is turning off non-HTTPS access to npm soon https://github.blog/2021-08-23-npm-registry-deprecating-tls-1-0-tls-1-1/
It was the non-HTTPS access
We'll go with checking for `/lib/ld-musl-*.so.1`, but I'm not sure when this will be worked on
Configuration documentation https://www.mock-server.com/mock_server/configuration_properties.html
You can work around this by adding an IvyRepo of your own with a different pattern, at least if I look at https://unofficial-builds.nodejs.org/download/release/v13.0.1/
@muenchto would you (or someone else) be able to create a small example project of this? If not I'll try following the instructions and create one, adding it to the...
I like the approach corepack is going but since it's operating on global state it's a little tricky getting the version right, even more so in CI environments But to...
On one hand this makes perfect sense and this absolutely shouldn't differ between the different tools But on the other hand, we want to discourage the use of the rule-generated...
Oh and could you add a test case to https://github.com/node-gradle/gradle-node-plugin/blob/master/src/test/groovy/com/github/gradle/node/pnpm/task/PnpmRule_integTest.groovy showing that it works? The way the tests work is by copying one or two base setups from https://github.com/node-gradle/gradle-node-plugin/tree/master/src/test/resources/fixtures which...
@mrclrchtr not much unfortunately, there's a workaround provided in https://github.com/node-gradle/gradle-node-plugin/issues/176#issuecomment-1531948622 and I'm still hoping someone will create an example project showcasing it Personally my interest in Yarn stopped when everything...