progress
Here are 503 public repositories matching this topic...
-
Updated
Jun 22, 2020 - Objective-C
-
Updated
May 30, 2020 - Swift
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
-
Updated
Apr 21, 2020 - Swift
I'm sure many potential plugin users would like to know which browsers we can count on with this plugin before getting hours into implementation. The suggestion of "modern browsers" could mean many things. From reading the source, I can see that you are ruling out old versions of Android, Zune, Kindle and Windows Phone. How does IE fair?
-
Updated
May 1, 2020 - Java
I receive the following error when attempting to use the cssModule prop as I would like to change the height of the button.
I'm using a CSS Pre-processor as per: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-a-css-preprocessor-sass-less-etc
`Failed to execute 'remove' on 'DOMTokenList': The token provided must not be empty.
If [max] is changed while the animation is still in progress, the round progress may show a wrong value. (Probably the values are not capped).
To reproduce:
Open the following link (official example):
http://crisbeto.github.io/angular-svg-round-progressbar/
- set Current to 0
- set Max to 1
- set duration to 80000 (80,000)
- set Current to 1635
- before the animation ends, set Max to 1
-
Updated
Jun 6, 2020 - CSS
-
Updated
May 4, 2020 - Python
-
Updated
May 2, 2020 - Python
-
Updated
Dec 28, 2019 - JavaScript
-
Updated
Nov 29, 2019
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
-
Updated
Oct 22, 2019 - Swift
-
Updated
Jul 27, 2019 - Kotlin
Improve this page
Add a description, image, and links to the progress topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the progress topic, visit your repo's landing page and select "manage topics."

read the [known iss