Skip to content
#

progress-bar

Here are 580 public repositories matching this topic...

apengwin
apengwin commented Feb 6, 2020
  • I have marked all applicable categories:
    • exception-raising bug
    • [ x] visual output bug
    • documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
    • new feature request
  • [ x] I have visited the [source website], and in particular
    read the [known iss
Kolobok12309
Kolobok12309 commented Jan 14, 2020

Mb for nuxt asyncData api, because waitFor not working for this
Something like this

export default function (waiter, func) {
  return async (...args) => {
    const { app } = args[0];

    try {
      app.wait.start(waiter);
      return await func.apply(this, args);
    } finally {
      app.wait.end(waiter);
    }
  };
};

Or if vue-wait have this function, sorry a

MultiProgressView
erwang01
erwang01 commented May 3, 2020

It would be nice to include some documentation for the MultiProgressViewDataSource protocol.

Is your feature request related to a problem? Please describe.
This will be very helpful for those new to this library such that they do not need to comb through the example code provided.

Describe the solution you'd like
It would be great if the documentation can be formatted with Swift

Improve this page

Add a description, image, and links to the progress-bar topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the progress-bar topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.