Gabriel

Results 93 comments of Gabriel

For anyone looking to test Brevo and struggling with the doc, you can see the following example that perfectly run in Deno: ``` import * as brevo from 'npm:@getbrevo/brevo' const...

For references, you need to edit your `package.json` and add : ```json { "resolutions": { "cookie": "0.7.2" } } ``` Delete `node_modules` folder, `.nuxt` folder and `package-lock.json`, then run `npm...

@L-Mario564 understood we should follow the progress here. Could you help understand how we can help to make progress on this issue ? Adding `toLowerCase()` for each column does not...

Got the same issue even online. I can change the phone number without any phone verification and the OTP flow. I needed to activate the `Enable Phone Confirmation Option` (see...

Got the exact same issue.

hello, I’m really interested in the precision feature for geo search, which helps improve the way data is displayed on a map by adjusting the level of detail. The current...

Got the same issue, on a mac. `macOS Sonoma 14.5` ``` ➜ terraform --version Terraform v1.9.4 on darwin_arm64 + provider registry.terraform.io/hashicorp/aws v5.61.0 + provider registry.terraform.io/hashicorp/helm v2.14.0 + provider registry.terraform.io/hashicorp/kubernetes v2.31.0...

if you want granular method you need to setup your own `middleware`. The current behavior is route based and with few options.

> It would be great if the docs could menion that you don't need nuxt fonts, icons, or ui. I confirm that selecting nuxt-fonts, nuxt-icons and nuxt-ui lead me to...

For me it was : `make GGML_CUDA_NVCC="/usr/local/cuda-12.6/bin/nvcc -ccbin /usr/bin/gcc-13" GGML_CUDA=1` don't forget to adapt the path of your `NVCC`