a
a
hey yeah! so it's working for us for string types but not string template types. it would be nice if we could also get it working for a string template...
that is good enough i think!
> @juliencrn - Sorry to ping, but I wanted to check if this `usehooks-ts` package is still being maintained, considering how many PRs remain unmerged. fwiw I gave up and...
@190n i think it would probably be good, as you say, to at least show an error if thats something that bun does in other cases? or maybe provide a...
hey @kishorenc this is just a start but i was wondering what you thought about this (and perhaps changing more things to be like this) i also noticed that you...
@kishorenc see https://github.com/typesense/typesense-go/pull/158
> I mean, the PR with the change to Uber's `mock` library. yep, that one is good to merge.
there's probably an argument to make the default type `any` instead of `map[string]any` the reason is because 1. json.Unmarshaler will unmarshal to map[string]any by default anyways. 2. even though type...
re: non-200 status the functionality is preserved, so there should be no difference for users As for migration to the new interface ``` before: var x typesense.CollectionInterface var z typesense.DocumentInterface...
ah ok. will do when i find some time.