Giter Site home page Giter Site logo

fsu's People

Contributors

velocityzen avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

adamgruber

fsu's Issues

Retrieving the resulting path

Using writeFileUnique I don't know if you can get the actual path it writes to.
After switching to write streams and looking at the source code I was able to find a way to get the path:

ws = fsu.createWriteStreamUnique(outputFile)
blablabla.pipe(ws)
ws.on "open", ->
    console.log "output to #{ws.path}"

You should be able to get the path written to with any of the methods.

Support promises

I currently use this lib and wrap it in a Promise. Would be great if it supported them out of the box.

v1.1.0 doesn't work with older version of Node

Hi,

Looks like the latest version just broke our build. We are running an older version of node v4.3.0 and some package we use mochawesome uses a package mochawesome-report-generator which uses fsu with permissive versioning. so your 1.0.4 has been upgraded to 1.1.0. if you want to add es6 like features like the spread operator I think you should do a major upgrade to 2.0.0. Anyway damage is now done. Not sure what can be done.

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.