Román Via-Dufresne Saus

Results 4 comments of Román Via-Dufresne Saus

I do not know if I should be posting this here or opening a new issue, but I have found a bug with unsigned tinyints. The migration file is generated...

```dart Future loadEnvs(List envs, {Map merge = const {}}) async { if (envs.isEmpty) return; if (envs.length == 1) return dotenv.load(fileName: envs[0], mergeWith: merge); final de = DotEnv(); await de.load(fileName: envs[0],...

> What about receiving images? Having built-in OCR capabilities would be very nice! I have found this example in the docs: https://mastra.ai/en/examples/agents/bird-checker I haven't tried it yet. **EDIT:** I have...

For the specific case on `next-intl` you can use `getPathName` from `createNavigation` to resolve the `href` and pass it to the router. I am doing it and it works just...