Paul Sanders

Results 144 comments of Paul Sanders

I did some testing and lru_cache is going to be more complicated to implement here than benefits it would bring. For the TTL cache the `@self.cache` causes an error because...

For the structs I don't have much of an opinion either way as both options are OK for me. For the tests however I agree with @Mubelotix, if macros could...

You need to provide some [selectors](https://github.com/meilisearch/docs-scraper#more-about-the-selectors). I am not sure if the selectors are a true requirement or if this is a bug, there is some discussion [here](https://github.com/meilisearch/docs-scraper/issues/32#issuecomment-855291724) and [here](https://github.com/meilisearch/docs-scraper/issues/154)...

I have not had a chance to test this, but i wonder if you use this if it will work. ```json { "index_uid": "docs", "start_urls": ["https://socialtools.io"], "selectors": [], "strip_chars": "...

It's not part of this sdk like you are asking, but I maintain an async Python client here https://github.com/sanders41/meilisearch-python-async that is up-to-date with the latest release of Meilisearch.

I am a contributor to this SDK, but not a Meilisearch employee so I'll answer with that in mind. @alallema and @brunoocasali feel free to correct anything I get wrong....

A few notes for whoever makes the updates. When 3.6 is removed from the CI file, Python 3.10 is no longer beta so that one could be updated also, changing...

Correct, the only thing the fixture does is start the container if needed, it doesn't change any other part of the test and they still run just as they do...

I was looking into this and I'm not sure if I don't fully understand or if there is an issue. For this one: > A simple meilisearch configuration with the...

I can think of a way to do `DatasetCollection`, but `DatasetField` is going to be more difficult. Fields are recursive so you can have a depth of n values, which...