Eric P Sheets
                                            Eric P Sheets
                                        
                                    Official support would be nice, but it would probably suffice to include some example in the Community Snippets or Integrations section of the documentation. The SheetJS writeup for this integration...
For Nuxt Content v2, it should be doable with custom transformers. Unfortunately there's a bug with custom transformers, see #1823
@Rednas83 since you asked, https://docs.sheetjs.com/docs/demos/static/nuxtjs/#nuxt-content-v2 (the demo page includes examples for "Nuxt v2 + Nuxt Content v1" and "Nuxt v3 + Nuxt Content v2") The official Nuxt Content docs should...
The demo works without error. Updated docs page to use `npx nuxi clean`. . The displayed error affects `npx nuxt typecheck` and VSCodium but does not affect the actual build...
That's exactly what happens locally. If you don't add the alias, the *build* works but the *types* fail. If you add the alias, the *types* work but the *build* fails...
Upstream issue https://github.com/nuxt/nuxt/issues/18572 . The node types issue affects a blank project: ```bash npx nuxi init -t content newproject cd newproject npx yarn install npx nuxi typecheck ``` the error...
Following up here, @danielroe is working on some changes to make `@types/node` a dev dependency in the starter projects. While we wait for the new starters, you can manually add...
Looks like the script in [`/docs/xspreadsheet.js`](https://github.com/myliang/x-spreadsheet/blob/master/docs/xspreadsheet.js) is an older build. `pasteFromText` is defined in the site script as follows (passed through prettier): ```js { key: "pasteFromText", value: function (t) {...
First off, @jassmith awesome work with glide-data-grid! Given that GDG isn't managing the underlying data source, import / export from specific sources are probably out of scope for the library....
Review and we'll add it when we refresh the data grids page. Project Setup (click to show) a) Create a new project with `npm create vite@latest`. When prompted: - Project...