Tudor-Dan Ravoiu

Results 4 issues of Tudor-Dan Ravoiu

How can I set the language parameter for some API methods that do not have the "language" key in theiry method.json definition? For example, the findAllTopCategory supports the language parameter.

I am creating the ssm param before running "serverless deploy" using the following command `docker run --rm -e AWS_ACCESS_KEY_ID=foobar -e AWS_SECRET_ACCESS_KEY=foobar --network=backend -it amazon/aws-cli secretsmanager --endpoint-url=http://localstack:4566 --region=us-east-1 create-secret --name lambda_secret...

cannot-reproduce
should-be-fixed

## Description `Invalid metadata` error thrown when passing the `x-typesense-api-key` on a multi-search request inside the body, under Typsense > v0.25.0. ## Steps to reproduce Start a local typesense instance...

bug
fix-available

Cloned the gatsby-plugin-i18n starter and runned gatsby develop but I get the following error: `Invalid prop children of type object supplied to Layout, expected function.` Any ideas why? My feeling...