Marco Franke
Marco Franke
:tada: This issue has been resolved in version 2.0.1-dev.3 :tada: The release is available on: - [npm package (@dev dist-tag)](https://www.npmjs.com/package/@disane-dev/docudigger/v/2.0.1-dev.3) - [GitHub release](https://github.com/Disane87/docudigger/releases/tag/v2.0.1-dev.3) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
In the future I guess yes. But I don't have any idea how to reliable implement this. Additionally it should work more or less unattended or only the with a...
:tada: This issue has been resolved in version 2.0.3-dev.1 :tada: The release is available on: - [npm package (@dev dist-tag)](https://www.npmjs.com/package/@disane-dev/docudigger/v/2.0.3-dev.1) - [GitHub release](https://github.com/Disane87/docudigger/releases/tag/v2.0.3-dev.1) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
:tada: This issue has been resolved in version 2.0.3-dev.5 :tada: The release is available on: - [npm package (@dev dist-tag)](https://www.npmjs.com/package/@disane-dev/docudigger/v/2.0.3-dev.5) - [GitHub release](https://github.com/Disane87/docudigger/releases/tag/v2.0.3-dev.5) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
Wow, that looks interesting. Will digg into that if I got some spare time. @tlwt thank you for this great proposal
:tada: This issue has been resolved in version 2.0.3 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/@disane-dev/docudigger/v/2.0.3) - [GitHub release](https://github.com/Disane87/docudigger/releases/tag/v2.0.3) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
How will this work with unattended servers running that approach with OTP? I have an unraid server and that container runs completely off from any personal password/2fa managers. As far...
I guess the only way to have a support for older rollout version of Amazon is to stay on the working version of docudigger. We need a way to get...
Ah I figured out the problem after I have cleaned and bumped up the deps and some build errors. Please test it again with the latest dev release `2.0.3-dev.2` or...
We don't need any template library, we can achieve this by typescript only: ```ts let stringWithVars = (str, obj) => str.replace(/\${(.*?)}/g, (x,g)=> obj[g]); ```` But this only applies when there...