Tom Pietrosanti

Results 19 comments of Tom Pietrosanti

For me and my team, SSH is the only authentication method available.

I guess I misunderstood, and maybe this is a different issue. SSH credentials are not available as choices for the plugin - only username and password. I guess I was...

Ok, so I guess this plugin doesn't do what I thought, because what I'm thinking (updating the build status) doesn't need any authentication. I'll just create a shell script or...

Ok, maybe I was logged in when I did it before. I guess I need to burn a license just so Jenkins can report build status back... I'll figure it...

This may no longer be necessary, with the change to dependency organization

@jaketrent can you explain in more detail what you mean by "keyboard nav"? Thanks!

In native elements, only `space` toggles a checkbox. This is because when a form element has focus and `enter` is pressed, the form is submitted. I think we should re-evaluate...

I believe the only way to avoid this is to change the response header from the server-side. So you could change it from `WWW-Authenticate Basic ...` to `WWW-Authenticate xBasic ...`...

Just note that blurring the active element upon closing the calendar would be bad for anyone using keyboard navigation, or who similarly relies on focus, and hurts accessibility.

Or better yet - remove the dependency. I see only 3 instances where it's used, but isn't really needed. If I'm able to, I'll send a PR with it removed.