Tac Tacelosky

Results 500 issues of 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...

documentation

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...

enhancement

# 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...

enhancement

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: ![Image](https://github.com/user-attachments/assets/5e7f5c76-102b-434a-a06b-eb4f3f3e0fd9)

documentation

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...

documentation-needed

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():...

bug
reflection compatibility

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...