Hayden Hung Hoang

Results 20 comments of Hayden Hung Hoang

> ## Change Summary > Tests are falling on cp and other unix specific commands, fixed that > > ## PR Checklist > * [x] I have read and signed...

Hi @enzotar, This is a react-instantsearch issue. Try putting the Facet under the same `` widget along with ``: ```jsx ``` If you are worried about the layout, consider using...

> I know that works. But I have 4 indices that I'm searching across. The grid would help if there was only one index. I am afraid it isn't possible...

Hi @enzotar, >How can I control the number of queries sent? Unfortunately no, the queries are generated by the Instantsearch widgets. >This same code sends 11 queries instead of 4,...

Added in https://github.com/typesense/typesense-swift/pull/30

Thanks @DawnKosmos, the PR looks good. It seems like we can not set a boolean property to `false`. Some properties are enabled by Typesense by default (e.g. `index`). How about...

@DawnKosmos Also, could you remove and add that `.DS_Store` file to `.gitignore`? You can run this command if it's still being tracked by git. ``` git rm --cached .DS_Store ```

Hi @morenol, @RoDmitry and maintainers, I'd love to get your thoughts on the overall direction of this PR before going too deep into refinements. Does this approach align with how...

Hi @RoDmitry, >Why would you want to wrap each API function into it's own struct implementation? It's to support the multi-node configuration (retry to a different node), it also give...

>Xtasks is manually run, right? Yes, will post up a PR for this shortly