Andrew Savinykh

Results 43 issues of Andrew Savinykh

**Is your feature request related to a problem? Please describe.** Wanted to get service status. Was not able to. [server_status_service.go](https://github.com/OctopusDeploy/go-octopusdeploy/blob/a7c295e5d4e2459c24c0d495a1a7862a1bbceae6/octopusdeploy/server_status_service.go) does not seem to have any methods, and the likes...

kind/enhancement

``` root@shkaf:~# ./abs Hello root, welcome to the ABS (2.6.0) programming language! Type 'quit' when you're done, 'help' if you get lost! ⧐ x = 0; while x < 100...

bug

> Error while reading secret Is what I'm seeing when running `medusa export MySecrets -o secrets.yaml` if there is a secret anywhere where the last version of the secret is...

> Using "write" commands is not idempotent. You should use a module that is specifically made for that. If such a module does not exist, then please file a bug....

awaiting-user-action

Readme says: > If you have a kube config already, you can quickly try Headlamp locally as a [desktop application](https://headlamp.dev/docs/latest/installation/desktop/), for [Linux](https://headlamp.dev/docs/latest/installation/desktop/linux-installation), [Mac](https://headlamp.dev/docs/latest/installation/desktop/mac-installation), or [Windows](https://headlamp.dev/docs/latest/installation/desktop/win-installation) When you click the Windows...

This is a fragment of my kubeconfig (redacted) that works perfectly with `kubectl` and open lens ``` apiVersion: v1 clusters: - cluster: certificate-authority-data: LS0t... server: https://stagnig:6443 name: staging contexts: -...

kind/bug
auth
oidc
blocker
lifecycle/stale

I can see that this repo is not being maintained, but I'll leave it here nonetheless, in case someone takes over in a fork, or the owner returns. On Windows...

**Expected**: New-F5Session works **Observed**: New-F5Session produces a error **Steps to reproduce**: ``` $password = 'redacted' $userName = 'redacted' $targetServer = '192.168.200.101' $tokenLifespan = 36000 Import-Module F5-LTM $secpasswd = ConvertTo-SecureString $password...

>The algorithmic description of same-line wrapping can be described as *backtrack wrapping*. It is more of interest to Funge interpreter implementers than Funge programmers. However, it does describe exactly how...

Admittedly, `Solve` methods are all quite small, but it appears that some of them duplicate code in others, whereas they can be just calling the overload which code it's duplicating....