-
### Current Behavior
Seems like the chats are generated as markdown which is then rendered. As a result, if the generated markdown code for the chat itself contains a markdown code block, the block b…
xbais updated
2 weeks ago
-
### Environment
------------------------------
- Operating System: `Darwin`
- Node Version: `v18.3.0`
- Nuxt Version: `3.2.3`
- Nitro Version: `2.2.3`
- Package Manager: `yarn@1.22.1…
-
Before any client script tags are downloaded, the full document has to finish streaming. And a separate script tag has to download and execute. We should explore ways to examine the RSC stream (regex …
-
### Describe the bug
I try to integrate pdfme into my Sveltekit project.
I copy paste the example code from the doc to the page.svelte and get an error `SyntaxError: Cannot use import statement outs…
-
### Describe the problem
Right now `sveltekit package` only preprocesses TS/Svelte files to JS/"vanilla Svelte" files and exports these in their raw form. This is good when you want to use the libr…
-
### Describe the bug
Importing a Wasm module fails, whereas a simple (non-sveltekit) svelte app can load and use the Wasm module just fine.
I'm generating the Wasm module (and project that include…
-
Other similar libraries like twin.macro, convert the css-in-js to css at compile time. Wanted to know if this library does the same, or does it insert css at runtime like styled-components, since that…
-
### Environment
```
Nuxt project info: 15:00:27
------------------------------
- Operating System: `Linux`
- Node Version: `v18.12.1`
- N…
-
### 安装插件
```bash
$ yarn add webpack-node-externals lodash.merge -D
$ yarn add koa koa-static vue-server-renderer
```
### 改造文件
`/src/main.js`
```javascript
import Vue from 'vue'
import App …
-
### Reproduction
I've been unable to reproduce it outside of my project, I'm not sure what is different but I've spent about a day trying to debug and reproduce the issue. At this point I am just ope…