Marcus Reinhardt

Results 84 comments of Marcus Reinhardt

Thanks for the feedback. Creating a custom prompt to have my own styles sounds good. Checked the code quickly and it seems easy to create a custom prompt, since the...

One additional question: does it make sense to move the validation message into a new line since the error message could be longer (e.g. "value must have at least 8...

> Yes, but it look like you're talking about you're own custom prompt (outside this library), wdym with "custom prompt" ? A skeleton/abstract prompt to be customisable ? I meant...

Hi @dariolongo-dufercodev, Have you tried to chain the middleware? Wasn't able to find the original source, but here an example how you could do it (with authjs instead of lucia):...

Hi, thanks for the detailed reply. **frontmatter**: * Now the "getNamedExport" functions makes sense for me :D * Using `export const frontmatter = {}` is fine for me and shouldn't...

If I use ``` import { createMdxtsPlugin } from "mdxts/next" ``` then the `createContext` error is gone. After updating the dev script to `"dev": "next dev"`, the `port already in...

> Does it make sense to default this to true? Yes and no :) since it doesn't exists currently, it could break some builds if we set it to `true`...

hi @ringge - have seen the announcement. I'm currently working on updating the template to the latest version - but I'm currently busy at work and with my docs template....

I would keep the repo name. Have seen that there is a new package: https://github.com/gnk-softworks/narvik Maybe switching to this could make sense, but copy&paste the code from the Lucia docs...

Hi @dBianchii , Thanks for the kind words. Haven't tried the mentioned package, but we're currently refactoring an internal app - will give it a try. If you want, I...