Michael Mathieu
Michael Mathieu
Would using Parcelable create an Android SDK dependency in the ViewModels? I'm not sure of the best way to do it, but perhaps a singleton ViewModelManager that retains them as...
Hmm yes if I understand correctly I think ObservableList will do just what's needed, perfect.
Hey folks :) thank you for the great library! Are there any updates on this front, by chance? Or any leads here, that I might take a stab at implementing...
This is happening to me as well. Using Ollama and OllamaEmbedder. Once I turned off chat caching it seems to have stopped.
Running into the same issue. @jingfeng-cheah do you mind elaborating on your workaround? I added onSubmitted (`autofocus: true` was already set) to the TextField in the search_dialog.dart file but I...
Hmm that's so weird - I couldn't get it to work with that approach. Ended up hacking something together where it requests focus back to the search input TextField after...