Gus Luxton

Results 25 issues of Gus Luxton

Great app, love it. Got it built and installed no problem and it works brilliantly. One feature that many people use in Deluge is the included label plugin, which allows...

enhancement

### Feature Request There's no listener for port 3026 in our reference HA Terraform which means this setup can't be used to connect to the Teleport Kubernetes service. We should...

documentation
terraform
cs-tse

Don't merge this yet. First draft PR for the Teleport release pipeline in Force.

Support SSH `ProxyJump` protocol/commands for easy access to Teleport nodes via Force.

enhancement

In Python, you can use keywords and numbers in `format()` to refer to the same part of a string for replacement - see https://www.digitalocean.com/community/tutorials/how-to-use-string-formatters-in-python-3#reordering-formatters-with-positional-and-keyword-arguments You can probably do the same...

enhancement

This code: ```go func(){ TestFunctionTwo := func(f struct{StringParameter string}) { Infof(Sprintf("TestFunctionTwo StringParameter: %s", f.StringParameter)) } TestFunctionOne := func(f struct{StringParameter string}) { Infof(Sprintf("TestFunctionOne StringParameter: %s", f.StringParameter)) TestFunctionTwo(_{StringParameter: f.StringParameter}) } TestFunctionOne(_{StringParameter: "test"})...

bug

This code: ```go func(){ TestFunctionTwo := func(f struct{AnotherStringParameter string}) { Infof(Sprintf("TestFunctionTwo AnotherStringParameter: %s", f.AnotherStringParameter)) } TestFunctionOne := func(f struct{StringParameter string}) { Infof(Sprintf("TestFunctionOne StringParameter: %s", f.StringParameter)) TestFunctionTwo(_{AnotherStringParameter: f.StringParameter}) } TestFunctionOne(_{StringParameter: "test"})...

bug

~- support for setting/keeping environment variables over SSH connections~ ~- native S3 upload module (not strictly a blocker but definitely a nice to have, could always just use a container...