Jiri Tyr

Results 54 comments of Jiri Tyr

This feature is not immediately required from our team. I can change the PR to bring the changes into the `dev` branch, if you would prefer that. How long do...

@hiddeco Is there anything else needed to get this merged into the `dev` branch?

@pete911 How do you solve the problem with different domains if the index is stored in GitHub pages and charts in releases? They both have different domains so private access...

@pete911 The reason why it doesn't work is because the index is on completely different domain than the asset (`githubusercontent.com` != `github.com`). That's why if you pass the username and...

The difference is as shown bellow (left with my patch, right without my patch): ![image](https://user-images.githubusercontent.com/3788909/192715309-0135312b-4f53-4e99-a25d-f655cc10c987.png)

As you look into this, please could you also look into the other PR #171 I have create a while ago?

Such filters [exist](https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/filter/mathstuff.py#L148) and I have used it in the example above.

I will build native version from `darwin/arm64` once I get to cut a new release. I just need rewrite all TravisCI automation into GitHub Workflows.

@amimof Not sure how your proposed solution would allow the user to submit only defined values to the bridge. Please could you elaborate a little bit more on your solution...

@amimof I have just tested your solution and it doesn't seem to work (the final JSON still contains fields that I haven't define in my `Config` instance): https://play.golang.org/p/DNqwm0AayNr Please could...