tomqwpl

Results 21 issues of tomqwpl

At first sight, the obvious example that is missing is one that does what you expect SSH todo, to run the command supplied by exec, or to create a shell....

Addresses issue #464 Happy if you want to change the method name :-)

As per https://www.keycloak.org/docs/latest/securing_apps/index.html#direct-naked-impersonation

Currently no support for the users-management-permissions endpoint PR imminent

As per https://www.keycloak.org/docs/latest/authorization_services/index.html#_service_obtaining_permissions

### Feature request I suspect I'm being a bit dim here as this seems such an obvious requirement. There doesn't seem to be any method of programmatically applying focus to...

enhancement

### Proposal Currently NodeListStub doesn't contain the node metadata. If you want to get that you have to get the full node information. Propose that NodeStubFields be extended to include...

type/enhancement
theme/api
stage/accepted

I'm trying to establish what the correct pattern is for exiting a command with a non zero return code. I can use RunE, but the normal effect of that is...

I'm trying to use go-git with a file: protocol on Windows. So my URL is something like "file:///c:/directory". This parses correctly, host is "" (correctly), but the curiosity with windows...

bug
help wanted
windows

This is actually prompted by this use within Hashicorp Nomad. This is for the Linux platform. Calling "Partitions" reads /proc/1/mountinfo and then correlates the filesystem type to what is returned...