Giter VIP home page Giter VIP logo

Comments (11)

IonicaBizau avatar IonicaBizau commented on September 27, 2024

Of course, because that means it generates 200 x <how many green squares> which obviously takes a long time, depending on the HDD. All these commits are created one by one, not in the same time.

I have an SSD on my machine so it's probably faster than an HDD. 😁

from github-contributions.

aleen42 avatar aleen42 commented on September 27, 2024

Come on, the process of zipping has been a disaster, and I think you should choose another way to show the directory you have just created, rather than completing the download function.

Probably, you can use ActiveXObject to open the file directly:

"use strict";
try {
    let obj = new ActiveXObject('wscript.shell');   
    if (obj) {
        obj.Run('"' + fileName + '"', 1, false);
        obj = null;
    }
} catch(e) {
    alert("the repo is failed to generate.");   
}   

from github-contributions.

IonicaBizau avatar IonicaBizau commented on September 27, 2024

Come on, the process of zipping has been a disaster

I totally agree. In the meantime you can cd in gh-contributions/lib/public/repos (in the installation directory) and there you will find the git directories.

Contributions are always welcome. I currently have no time to improve this, but I'm happy to merge good PRs. 😄

from github-contributions.

aleen42 avatar aleen42 commented on September 27, 2024

The history cannot show soon in Github after I have added around 1000 commits.

from github-contributions.

IonicaBizau avatar IonicaBizau commented on September 27, 2024

@aleen42 It taks a bit to crunch all the data, but in case it fails I know a trick: create a branch, and select it as default branch, then select master as default branch again.

from github-contributions.

aleen42 avatar aleen42 commented on September 27, 2024

@IonicaBizau I'll try it. Thx!!

from github-contributions.

aleen42 avatar aleen42 commented on September 27, 2024

Awesome, the trick works well. Maybe a few days I'll give you a contribution.

from github-contributions.

aleen42 avatar aleen42 commented on September 27, 2024
  • Problem:
> ./lib/server.js

'.' is not recognized as an internal or external command,
operable program or batch file.

npm ERR! Windows_NT 10.0.10586
npm ERR! argv "e:\\Program Files\\nodejs\\node.exe" "e:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
npm ERR! node v5.8.0
npm ERR! npm  v3.8.2
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `./lib/server.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script './lib/server.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the gh-contributions package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     ./lib/server.js
  • Solution: I found that I should add node before to run js files, or with error when only using '.'

from github-contributions.

aleen42 avatar aleen42 commented on September 27, 2024

@IonicaBizau I'll give a contribution for this and the issue of compression

from github-contributions.

IonicaBizau avatar IonicaBizau commented on September 27, 2024

@aleen42 Good catch! Because of Windows we should use node lib/server.js instead of ./lib/server.js. 👍

from github-contributions.

IonicaBizau avatar IonicaBizau commented on September 27, 2024

Thanks for fixing this in #57. 🍰

from github-contributions.

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.