Niklas Salmoukas

Results 4 issues of Niklas Salmoukas

We found the following workaround regarding a fit to page configuration based on a blank workbook: ```js import Excel from 'xlsx-populate/browser/xlsx-populate.js'; import downloadjs from 'downloadjs'; // ... // create workbook...

enhancement
workaround

The `ts-loader` config should include the `onlyCompileBundledFiles: true` option. Otherwise, files that are required to be pre-processed to be valid and are currently not imported might produce ghost errors. Adding...

See: - https://gist.github.com/iyadahmed/7cad21bbf286337604517fad8b17d157 - https://blenderartists.org/t/blazingly-fast-preview-loads-images-of-arbitrary-size-bpy-utils-previews-drop-in-replacement/1303349/15?u=core-process

good first issue
help wanted