Giter VIP home page Giter VIP logo

Comments (6)

spollack avatar spollack commented on July 20, 2024

see also: archiverjs/node-archiver#60

from officegen.

Ziv-Barber avatar Ziv-Barber commented on July 20, 2024

Thanks for letting me know about it.

I'll do lock it to 0.4.10

On Fri, Feb 7, 2014 at 2:02 AM, Seth Pollack [email protected]:

see also: archiverjs/node-archiver#60archiverjs/node-archiver#60

Reply to this email directly or view it on GitHubhttps://github.com//issues/20#issuecomment-34394203
.

from officegen.

ctalkington avatar ctalkington commented on July 20, 2024

i highly recommend ~ over >= specially if a project isn't past 1.0.0. while i try to prevent breaking changes, i consider every minor version (before 1.0.0) to be a new version of api for interacting.

from officegen.

spollack avatar spollack commented on July 20, 2024

Thanks guys.

from officegen.

ctalkington avatar ctalkington commented on July 20, 2024

archive.append ( result, { name: item.name }, function ( err ) {

really should be catching the error and either emitting it back to archive (for existing handler to work) or call done(err). due to the way that people used to use async module (which btw isnt required anymore, archiver handles queue internally) so emitting an error when they have a callback would sidestep their processes. I plan to go all events in archive v0.6.0 instead of callbacks but thats a month out or so.

from officegen.

spollack avatar spollack commented on July 20, 2024

definitely we should be checking and handling errors from archiver here in the officegen code. this should also help get info on whatever root problem was causing these failures for me earlier.

from officegen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.