Tim Adler
Tim Adler
I was just here an can confirm that running it under Rosetta 2 works fine and is fast. Even though having an ARM binary would indeed be desirable. I'm not...
That sounds reasonable. Should be easily doable. But I guess `SuggestionFunc` would only every return a single `string` as a suggestion. Otherwise we'd have to have a UI for toggling...
I see where you are coming from and it makes sense. Perhaps we could go with the most simple implementation first. So I'd try to build the Func, Styling and...
Hey @maaslalani - i started building this yesterday and remembered why my implementation was like this in the first place: Generating suggestions is something that would most likely be done...
OK - sounds good. The only thing left on my question list is: What happens when there is two `textinput`s with different autocomplete-needs when using a `Msg`? Do we need...
@maaslalani @meowgorithm I'd suggest this for this for working implementation. Playing around with it I'd say that multiple suggestion would have to be managed from outside the text-input. Which also...
Hey guys @maaslalani @meowgorithm , what do you say?
Hey @maaslalani should we continue with this?
@contributors - Any interest in merging this?
@maaslalani finally came back to change the default key. Anything else?