-
### Describe the bug
The default library template generates a CJS output.
```js
// dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
// Reexport yo…
-
### Describe the problem
Currently SvelteKit templating is fairly simple: it replaces `%svelte.head%` and `%svelte.body%` entries in `app.html`.
However, sometimes it is necessary to augment some …
-
At present, fragments are built up programmatically one at a time. For a template like this...
```html
Hello {name}!
{description}
```
...we get this:
```js
function create_fragme…
-
- [x] 登録
- [x] ログイン
- [x] ログアウト
- [x] エラーハンドリング
- [x] 登録: 既に登録済みの場合
- [x] ログイン: 登録されたユーザ名 or パスワードと異なる / DBに登録されていない
// Lucia
https://github.com/pilcrowOnPaper/lucia
- ドキュメントがとても丁寧
-
Perhaps this is more svelte API question, but it's not clear how to test component slots, for example:
Badge.svelte:
```html
```
Badge.spec.js:
```javascript
describe('Badge', () =…
-
### Question 💬
I have deployed my sveltekit application to Vercel.
Authentication works properly locally, but the first time that I login on Vercel, I get a 500 error for the `/auth/csrf` request.…
-
Hi,
I would like to get your thoughts on having a switch for customElement behaviour.
Current custom elements are based on shadow DOM which can be really handy in some cases.
But in our pro…
-
### Describe the bug
Get an error in Astro whhen using a component containing or any other component from this repo.
Tried both client:load and client:only. Would seem to me that client:only shou…
-
### Describe the bug
It sounds similar to this issue https://github.com/HoudiniGraphql/houdini/issues/1020 but I am not using fragments, and even if i disable masking it doesn't seem to help.
If y…
-
Our team has begun a migration to Slinkity purely for the Vite x Eleventy workflow as advised by @bholmesdev. We are currently testing it out on our Eleventy boilerplate and receive this error:
```…