python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I decompress the diagram data in a .drawio file with node.js and zlib?
Diagrams.net, previously and still more widely known as draw.io, is a popular tool for drawing diagrams of various kinds. It stores diagrams in an XML-based format that uses the file ending .drawio. T...

Florian
Votes: 0
Answers: 1
How to zip and unzip a directory using zlib without additional `npm` packages NodeJs?
As the title implies I am interested in zipping a directory and then unzipping it using Zlib without any external dependencies is that possible and how?
Notes: I'm not interested in using native metho...
LT-Sites
Votes: 0
Answers: 0
zlib inflate() decodes only half the original payload
I am implementing a feature that requires zlib compression/decompression on a Windows CE platform supporting C#/.NET. This is an old system and I'm struggling to get zlib deflate()/inflate() to work. ...

Phred
Votes: 0
Answers: 2