Roffe

Results 8 issues of Roffe

When i try to create a alias in kube-shell i get a exception the instant i press ' so i type `alias kc='` and then comes the stacktrace if i...

when i updated from 0.8.3 to 0.8.13 some sort of update & rollback loop started happening on the CloudFormation stack for the main ALB and all the ingress rules started...

``` module "ecs-codepipeline" { source = "cloudposse/ecs-codepipeline/aws" version = "0.23.1" name = "hello-world" namespace = "eg" stage = "staging" github_oauth_token = var.github_oauth_token region = "eu-***-1" image_repo_name = "hello-world" //github_webhooks_token =...

bug

Im trying to create a empty transparent canvas that i can add images on. right now i am resorting to ```go c := image.NewNRGBA(rectangle) buf := &bytes.Buffer{} if err :=...

Managed to somehow generate a theme that breaks the software it's used in and causes random white dialogues and boxes in a fyne app on random pc's ```go // Code...

Adds retry logic in case of 429 as well as ratelimit with sane defaults for the Battle.net API configurable via optional opts on the client to not break backwards compatibility...

enhancement
help wanted

I have a application that needs to be able to connect to the same device, disconnect from it and then re-connect again multiple times It seems once enabled a notification...

### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one. - [X] This issue only relates...

unverified