Vegar Ringdal

Results 50 comments of Vegar Ringdal

Anyone have debugging working on windows/vscode ? Would like to learn more about Zig, having option to put in breakpoints would be really helpful.

It it possible for it to check if geometry have 1 or more borders, and not destroy them, that might be a fix for this issue?

@neurolabusc Would that change break anything else ? Not at a computer I can edit/test it out atm. Was hoping this would work with geometry like this since it was...

How is this going, figured out a clever solution ? Great work on this module btw 👍

is there any status on this ?

@ChristopherDuda How do you use streamsave.js btw ? Do you have some sample code?

found it... if anyone else wonders ```js import streamSaver from 'streamsaver' const fileStream = streamSaver.createWriteStream('filename.xlsx', { writableStrategy: undefined, // (optional) readableStrategy: undefined // (optional) }) const writer = fileStream.getWriter() workbook.xlsx.write(writer).then(()=>{...

@ChristopherDuda Did you have a better way ? Looks like it take a while...

@ddaylucifer 👍 Cool thx, Ill save this for later, not using exceljs for saving files. Have you tried reading files? Remember that was really slow too.