Git Product home page Git Product logo

file-utils's Introduction

Hi ๐Ÿ‘‹, I'm Simon

A frontend developer from Canada

sboudrias

vaxilart sboudrias 1024223

file-utils's People

Contributors

andrewrk avatar jdespatis avatar panuhorsmalahti avatar sboudrias avatar sindresorhus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

file-utils's Issues

Update isBinaryFile to 2.0.4

Hi there,

I'm having some issues with the current version of isBinaryFile that you're using. The russian text file has some characters my build server is having trouble parsing. It appears that 2.0.4 has addressed this by renaming to "russian_text_file.rst".

I'll be happy to make the PR.

Permissions are not kept when copying files

This bug can be reproduced with a Yeoman Generator like this minimalistic one:

var util   = require('util');
var yeoman = require('yeoman-generator');
var Generator = module.exports = function (args, options) {
    yeoman.generators.Base.apply(this, arguments);
};
util.inherits(Generator, yeoman.generators.Base);

Generator.prototype.copyFiles = function () {
    var cb = this.async();
    this.src.copy("foobar.sh", "other-foobar1.sh");
    cb();
};

with chmod +x foobar.sh before launching the generator

You should then notice that other-foobar1.sh hasn't the exec flag

Update to isBinaryFile needs published

isBinaryFile renamed a Russian-named file to prevent some Jenkins-CI issues. this fix should be in isBinaryFile 2.0.1. I notice that you have that in your package.json now. any chance of an npm release so I can avoid this issue?

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.