Roland Asmann

Results 60 comments of Roland Asmann

I am getting this error for some configurations that I thought belong to NPM: ``` npm warn Unknown user config "disturl". This will stop working in the next major version...

That does absolutely NOT resolve my issue! I am asking about settings that are NOT package-level, but system-level! I don't want to add these configurations to all my package.jsons and...

From the documentation: | Variable | Description | | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | CDXGEN_THOUGHT_LOG | To log cdxgen's internal thinking to a log file, set the environment variable `CDXGEN_THINK_MODE`...

Can you please add some tests for this feature, so we actually know it works correctly? Also, can you please sign off on your commit? See git documentation on how...

You are correct, we don't have tests for that yet! All the more reason to add some imho. Preferably they're unit tests (check the `xx.poku.js` files), but if it's easier,...

> Question: How do you manage the fixed package version overrides in the package.json? I've to add `quibble` and `sinon` for mocking and enhanced assertion to the dev packages. As...

So, the version locking was not a success... I reverted those changes and I kindly ask you to rebase your PR again. If it's not too complicated, you can remove...

Imo the problem of allowing duplicate artefacts is an issue with gradle. I'll look into purl regarding the subpaths, but in all honesty, I'd change my gradle configs if I...

I see. I guess it would probably have a different packaging type? Or any other 'defining' features? From the top of my head, I do believe we have both the...

@msymons, it might be usable as a workaround, but it does mean that we have to go through all our current projects to set tags on them... Also, what happens...