Oleksii Pylypchuk

Results 5 comments of Oleksii Pylypchuk

Thank you, now I get it. I believe the documentation would benefit from including this.

I wish I found this topic earlier! I went from the opposite by disabling internal monitor and setting up the external with a script just to move workspaces to the...

Any updates on this? I tried everything, including installing a recent version from JSR `import * as mod from "@mirror/xlsx";` But getting error > plugin:vite:import-analysis] Failed to resolve import "@...

UPD: solved with https://docs.sheetjs.com/docs/getting-started/installation/deno/

`import * as XLSX from 'https://cdn.sheetjs.com/xlsx-0.20.3/package/xlsx.mjs';` -> working `// import * as XLSX from 'xlsx'`. -> not working, despite having ``` "imports": { "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/package/xlsx.mjs" } ``` in deno.json