PJGaetan
PJGaetan
This PR adresse the following issue #173 It allows allows use the select where the filter mode is activated when Run starts. Thanks for telling me to also update the...
I am looking into `Select`, and right now by default, filtering is false on startup. ```go return &Select[T]{ options: []Option[T]{}, value: new(T), validate: func(T) error { return nil }, filtering:...
Right now every time we want to open the telescope picker, we have to run the dbt cli. We could make use of some kind of caching strategy to speed...