Garrett Martin

Results 7 comments of Garrett Martin

@antoinelyset your PR seems to have broken the autocomplete behavior in Firefox 63. I'm now seeing the native autcomplete menu on top of the Awesomplete menu: ![screen recording 2018-09-21 at...

@LeaVerou thanks so much for the quick turnaround.

@short-matthew-f really appreciate you taking the time to submit a fix. I want to try to wrap my head around some of the code you wrote with calculating the longest...

Looks like @muesli recommended [defining your own itemDelegate](https://github.com/charmbracelet/bubbletea/blob/master/examples/list-simple/main.go#L29-L50) in https://github.com/charmbracelet/bubbletea/issues/523. Is that still the recommended way to work around this? Or should I try picking up where #452 left off?

For anyone coming across this thread, I've fixed my issue by [defining a custom item delegate](https://github.com/charmbracelet/bubbletea/blob/1c6e74daab28ebb6985f8ff480d61117d6da3fba/examples/list-simple/main.go#L29-L50).

This is being addressed in #554.

Ran into the same issue. FWIW, this is my current workaround in `.kamal/secrets`: ``` KAMAL_REGISTRY_PASSWORD=$(op read op://vault/item/field) ```