pilcrow
pilcrow
@xmlking I don't think a `header` attribute would be possible for anchor tags without using JS, and straight-out impossible for media since fetching them is handled by the browser. I...
@Rich-Harris oops, forgot to close this, thanks for reminding me!
@dominikg Just updated my library and can confirm the issue has been resolved by adding `svelte` to `peerDependencies`. Thanks!
Kinda disagree about using hooks for auth guards. You have to add url pattern matching and it gets messy. While it's a bit more verbose, adding a server file to...
Just as an FYI, Oslo requires the Web Crypto API, including subtle
> You can send either a JSON object or form data to a form action I would not recommend this. POST requests with form data are considered "simple requests" and...
Wait, how do you implement progressive enhancement with JSON? Re: input validation - I don't really see the benefit of integrating it into the core of form actions. Why can't...
This is getting added in v2
`next build` error: ``` Failed to compile. 405.js from Terser x await isn't allowed in non-async function ,-[13857:1] 13857 | /* harmony import */ var _crypto_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5986); 13858 |...
`next dev` errors ``` ⨯ SyntaxError: Unexpected identifier '__webpack_async_dependencies__' at __webpack_require__ (/Users/root/code/lucia-nextjs-webpack-issue/.next/server/webpack-runtime.js:33:42) at eval (./lib/auth.ts:6:63) at (action-browser)/./lib/auth.ts (/Users/root/code/lucia-nextjs-webpack-issue/.next/server/app/login/page.js:417:1) at __webpack_require__ (/Users/root/code/lucia-nextjs-webpack-issue/.next/server/webpack-runtime.js:33:42) at eval (./actions/getAccount.ts:8:67) at (action-browser)/./actions/getAccount.ts (/Users/root/code/lucia-nextjs-webpack-issue/.next/server/app/login/page.js:316:1) at Function.__webpack_require__ (/Users/root/code/lucia-nextjs-webpack-issue/.next/server/webpack-runtime.js:33:42)...