French Ben
French Ben
@chuckhoupt Can you share your latest Xcode 7 project? I'm having trouble getting the help bundle to register properly. Also is there a way to get the help integrated into...
I figured out a big part of my issue was also linked to renaming some of the project files. Jekyll needs all folders to be with `_` otherwise index breaks....
@lazzarello can you open the dev console and provide any errors shown there?
@lazzarello nope - I think this is the error: `Uncaught TypeError: Cannot read property 'map' of null` For more debugging with this, if you want to help :P, type the...
Adding new container seems to work fine, but mapping existing EXPOSED volumes, seems to create an error? _new volume creation_ 👍  _existing volume_ 😞 
`back` seems like a pretty normal way to do this - You do this every day on your phone, why does it need to be so much different on this...
@dlamblin thank you for the detailed shots and pointers. I propose the following improvements: * Make the Gear Icon close the preference page if it was previously open * Make...
@dlamblin would you be interested in making those changes?
@zonggen I don't believe that file ordering is the key here, as walking the dir to add files into the array, as [currently done](https://github.com/helm/helm/blob/main/pkg/chart/loader/directory.go#L70), should be a repeatable process. Golang...