gsi-alejandro

Results 43 comments of gsi-alejandro

thanks @xavierchow this line will be changed to: ```typescript const strict = options?.strict === undefined ? false : options.strict; ``` Next release will ship this fix.

Sorry @xavierchow I share with you a piece of code with an error, the committed one is correct and will be shipped in the next release. this commit:

hi @kishmiryan-karlen Sorry the delay 1. I'm checking it, probably I will add modelName into the index name in order to fix the issue and create 1 index per Model,...

@kishmiryan-karlen the next release will be this week or the next one. By the way, I already fixed these issues.

hi @noiissyboy In the new beta.9 the `connect` function is async. check the updated docs [here](https://ottomanjs.com/#getting-started) It's a breaking change from the previous version. sorry about that. P.S. We are...

The next Ottoman release will enable typescript users to use `ottoman` without the `skipLibCheck` flag if they want to.

hi @turingchangs I was trying to reproduce your issue, but it's working correctly. Can you try to remove your node_modules folder and the lock file (yarn, npm ,...), clean the...

No, .$transaction is inspired by Prismajs's API, it's a clear way to highlight the section like an atomic operation (a different kind of section, a special one)

I run the test against Capella serverless and this was the result: - create a scope (fail) - create a collection (fail) - create index (fail) - insert document (ok)...

hi @Ibrahimtrrc Thank you for your feedback we are checking it. I will keep updating this ticket, hope it's solved soon.