loaders
Here are 126 public repositories matching this topic...
-
Updated
May 25, 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
As in subtitle, investigate, wrong detection of repository main language ( is Swift not the Makefile).
-
Updated
May 14, 2020 - TypeScript
-
Updated
May 13, 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()
Hi!
I was curious if there was a reason why the internal API wasn't used? Was it to simplify usage, or because the actual lib API is kinda hard to figure out? ;)
(It took me a while to get it working as expected)
const documentation = require("documentation");
documentation.build([
"./path/to/file.js",
], {
github: true,
}, (err, comments) => {
console.log(
docu-
Updated
Mar 28, 2017 - Java
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