Tac Tacelosky
Tac Tacelosky
I'm struggling with creating an index and dealing with async / sync calls. https://github.com/orgs/meilisearch/discussions/814#discussioncomment-12402939 This library appears to need the index to be created before most operations can happen, yet...
User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Meilisearch\Contracts\Data" now to avoid errors or add an explicit...
# Pull Request ## Related issue Fixes #726 ## What does this PR do? Gets rid of the deprecation notice. But I forget when 'mixed' was introduced and if this...
https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch#-example-with-instantsearch Goes to https://codesandbox.io/p/sandbox/ms-is-mese9 which is broken: 
The documentation for a hybrid or pure semantic search references sending vector data, but there's no documentation on how to create that data with the configured embedders. Surely this is...
There's an inconsistency between the BetterReflection start line and the native PHP one. ```php #[PreloadUrl('pages', ['_locale' => 'en_US'])] #[PreloadUrl('pages', ['_locale' => 'fr_FR'])] #[Route('/ar-vr', name: 'app_feature_ar_vr', methods: [Request::METHOD_GET])] public function __invoke():...
no compelling reason to update, other than to support the latest version.
In this case, is 'kbond' what is typed in on the CLI when create:user is run? As opposed to being the arguments? ```php $this->executeConsoleCommand('create:user', ['kbond']) ->assertSuccessful() ->assertOutputContains('Creating regular user "kbond"')...
I'm a huge fan of console-extra, we had about 80 scripts that used it, and I found defining the command arguments and options via attributes to be very intuitive. But...