Coder Social home page Coder Social logo

atom-busy's Introduction

Hi there ๐Ÿ‘‹

atom-busy's People

Contributors

lgeiger avatar noseglid avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

lgeiger

atom-busy's Issues

Document explaining how to integrate with this package

Hi,

I tried to integrate this package with the "linter-clang", so I could know when linter is running or not, since today there are no way to know this.

I tried to see how "build" package made this, but I failed on that! I am new with Atom/Coffescript/Javascript and there are no document that I can read to help me with that.

What I did until now was:

package.json
...
"dependencies": {
"atom-linter": "^4.5.0",
"atom-package-deps": "^4.0.1",
"clang-flags": "^0.2.2",
"busy": "^1.0.0"
},
"packages-deps": [
"linter",
"busy"
],
"consumedServices": {
"busy": {
"versions": {
"^1.0.0": "consumeBusy"
}
}
},
...

lib/main.js
...
68: this.busyRegistry && this.busyRegistry.begin(test, testtt);
...
consumeBusy(registry) {
this.busyRegistry = registry;
}

I already started to study Coffeescript/Javascript to see if this help me with something now!

Are there any place where I can look for some documentation?

Tks

Ability to display percentual progress and task information?

Hello

I stumbled upon your package after it was mentioned here and was wondering if it would be interesting to integrate into mine so I can share more code with existing packages. This seems entirely possible judging from the documentation, the only thing I can't seem to find is a way to display progress for a specific task (even being able to update the text of a running task would suffice for this)?

I start an indexing job and receive progress information about how far it has progressed (in percentage of completion). I'm currently displaying it using an actual progress bar, but I don't see any issues with it being an ascending number instead if that is too difficult to fit into the existing tooltip.

Besides this, I also show a tooltip when moving the mouse over the progress bar to display more information about what is happening. Is this also possible? (This is more of a nice-to-have, however.)

Thanks in advance

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.