Anton Alekseev
Anton Alekseev
I reckon it will not be more unreliable than it was with current `archiveis` code and old-style (pre-wip-page) handling on the server side. `Refresh:` header was available as soon as...
Ah, I see. @tyler-copilot, with what version of Confluence you observed behaviour mentioned in #58? I'm on `6.4.2` and `{code ... | collapsible = true}` works as expected for me.
When `NPM_REGISTRY` variable is set to e.g. `https://nexus.mycompany.com/repository/npm-hosted` `npm-cli-login` adds the following line in `$HOME/.npmrc` ``` //mycompany.com/repository/npm-hosted/:_authToken=NpmToken.00000000-0000-0000-0000-000000000000 ``` while regular interactive `npm login --repository https://nexus.mycompany.com/repository/npm-hosted` the following one ``` //mycompany.com/repository/:_authToken=NpmToken.00000000-0000-0000-0000-000000000000...