loaders
Here are 130 public repositories matching this topic...
-
Updated
Jul 2, 2020 - Swift
-
Updated
Jan 24, 2018 - HTML
-
Updated
May 28, 2020 - Dart
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
May 14, 2020 - TypeScript
As in subtitle, investigate, wrong detection of repository main language ( is Swift not the Makefile).
-
Updated
Jun 29, 2020 - JavaScript
In IE11, the spinner is positioned at the top of whatever container you place it in. In Chrome and FireFox, the spinner is always positioned in the center of the container.
Chrome:
 content.query returns a sequence of document objects, which can be nicer to use, for example, to get the uuid of a document, one uses doc:get_first(content.fields.uuid), a possible alternative would be doc.uuid:get_first()
-
Updated
Jun 18, 2020 - JavaScript
Improve this page
Add a description, image, and links to the loaders topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the loaders topic, visit your repo's landing page and select "manage topics."

Bug report