Tac Tacelosky
Tac Tacelosky
Sorry for so many questions! How do I add the body to the client call? ``` $body = json_encode([['Text' => $string]]); $url = $this->getUrl($from, $to); $request = $this->getRequestFactory()->createRequest('POST', $url, [],...
It is an array, but it is not the same as the raw data, which is what I want, so I can re-create the settings from a cache rather than...
I don't think getRawData needs an array/object shape, though I guess if it's a type-hint that'd be helpful. Won't it depend on the server version and enabled features (e.g. experimental...
Right, but I want to use the library because it already has the authentication built in. the getSettings() call does a bunch of things to map the settings to an...
Sure, but even philosophically, getting the raw data seems like something valuable. I think the $http property is protected, and there's no getter for it either. So accessing the client...
Any downside to adding it now? I've started to test Symfony 7.3 and twig 4, and got stuck here. I assume there's a solution, but is there a downside to...
The api key needs to be defined, otherwise it fails if the recipe isn't installed (like when working locally).
Alas, I'm not able to put any more time into this right now. On Mon, Jul 1, 2024 at 3:34 AM Tomas Norkūnas ***@***.***> wrote: > So when you'll get...
Version 2 could also drop the deprecated aliases: ```xml The "%alias_id%" service alias is deprecated. Use "meilisearch.client" instead. The "%alias_id%" service alias is deprecated. Use "meilisearch.client" instead. ```
Ah, I was using https://github.com/94noni/meilisearch-symfony/blob/main/composer.json for the debug toolbar, but that allows Symfony 4.4 It's okay to drop old dependencies, like PHP 7.4, but tag that as a release so...