Dan

Results 20 comments of Dan

The core issue here is that MEGA does NOT support: - Syncing file permissions between machines. - Syncing permission to/from MEGA Cloud Drive. MEGA can only apply **ONE DEFAULT** set...

@Zesko That's a good idea. This is the approach taken other file synchronization utils - only they use a slightly more compact and sync friendly format than YAML for storing...

@spiffcs Did #965 make its way into v0.48.0 of syft? If so, I'm afraid the issue is still not fixed. ```bash $ syft version Application: syft Version: 0.45.0 JsonSchemaVersion: 3.2.2...

> I'm so sorry @DanHam for the miscommunication in my comment. Not a problem. Thank you for taking the time to look into this for us. > The completion file...

This error occurred for me when there was no `current-context` set in my `.kube/config` file. It does not appear to be related to kuberlr's config file. This should probably be...

The shell completion script for `eksctl-anywhere` appears to generate completions for the `anywhere` command **_NOT_** `eksctl anywhere`. Therefore, completions don't appear when typing `eksctl anywhere `. As a simple work...

@mildwonkey Hi Kristin, Any chance of you nudging the right people to get https://github.com/hashicorp/go-getter/pull/300 merged? The fix for the upstream library has been sitting unloved for over a year! It's...

This works for me @AHIL-KANNA-WORK Thanks!

Hi @tgerla, I did see the comment and explanation from @julien-carsique-sonarsource - thanks Julien! Rather than installing the completion script in e.g. `/usr/share/bash-completion/completions`, I normally just source the generated completion...

@cschug is 100% right! While our workarounds 'work' they are definitely not the right fix. After reading the comment above I did a bit of testing locally to try and...