Derek

Results 26 issues of Derek

I actually posted this on stackoverflow but there is no tag for this project. https://stackoverflow.com/questions/51624134/aliasing-with-webpack-4-and-awesome-typescript-loader-not-working I'm basically having issues with getting alias to work properly with webpack 4 and awesome...

Is there a way to trigger a callback when the login is done processing? That part isn't clear to me from the documentation. All I see is Authentication.getAadRedirectProcessor().process() but I'm...

Is the following API supported? GET /repos/:owner/:repo/collaborators/:username https://developer.github.com/v3/repos/collaborators/#check-if-a-user-is-a-collaborator Also does collaborator just imply a user that has write access? I looked at the code but i'm not seeing it in...

enhancement

This might be a stupid question but ``` Copy them to keys folder: - From host: $ cp ~/.ssh/id_rsa.pub ~/git-server/keys - From remote: $ scp ~/.ssh/id_rsa.pub user@host:~/git-server/keys You need restart...

I'm injecting passwords from my dsl job into the created job. However, I want to encrypt them with `import hudson.util.Secret;` but i'm having the hardest time including the library without...

This is more of a question. Does the JenkinsClient support the ability to add custom headers? I'm not seeing that in the interface. At my company, we require to have...

Hi, When I try to upload an artifact with a property description with spaces, it throws an URI exception. ` Artifactory artifactory; artifactory.repository() .upload(, ).toString(), Channels.newInputStream(.reader())) .withProperty("npm.name", ) .withProperty("npm.version",) .withProperty("npm.keywords",)...

is there any typescript definition for this? Thanks, Derek

Hi, In the example shown, the URL is known upfront and hardcoded. Is it possible to pass in props into the wrapper that helps determine what the URL is and...

question

I added this to my user settings: "printcode.fontSize": 10, "printcode.lineNumbers": "off" and the lineNumber still appear when i try to print. Any idea what I could be doing wrong? Thanks!