Andrej Zachar
Andrej Zachar
Hello, I like your idea and want to fork it in order to provide an api that allows to add custom policies objects instead of just names, but running npm...
Hi there! Thank you very much for your great library. In order to debug faster and see what went wrong, I came up with a simple solution of displaying original...
Hello, based on the documentation https://www.vaultproject.io/api/auth/approle/index.html#token_ttl you can specify integer or string, but you scheme restrict this only to integers: https://github.com/kr1sp1n/node-vault/blob/c1d91b9973c0f02256112bed02cf8c4c7c5d5a31/src/commands.js#L1002 Could you please change that to string? Thank you.
HI there, do you provide any mocks or ``enabled=false`` feature so it can be disabled completely in protractor tests? I figured out that using toasty in protractor tests leads to...
Hello, I am trying to apply changes also on some notebooks from databricks stored as `.py` files, from time to time, there is %pip install or %magic command, could you...
Hello, I have a hard time to release app into App Store. I read that https://cordova.apache.org/docs/en/7.x/guide/platforms/ios/index.html type release and development should have always `iPhone Developer`code signing option. Could you please...
Hello, currently, this plugin display passwords while running `cordova` tasks. Is it possible to strip it out? Thank you! Best regards, Andrej
Hello, How to specify buildToolsVersion? Thank you!
Hello, I updated the protractor version to the latest. Cheers, Andrej
Hello, I switched the api version to 1.1 from 1.0 so it supports also bitbuckets repos. I was unable to run all tests since I have no idea how is...