-
Updated
Jun 15, 2020 - JavaScript
client-side
Here are 594 public repositories matching this topic...
var element = document.getElementById('printParent');
var opt = {
html2canvas: { width: 432, height: 1056, windowWidth: 432, windowHeight: 1056 },
pagebreak: { after: '.printPageParent' }
};
var worker = html2pdf().set(opt).from(element).save();
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
Feb 19, 2020 - JavaScript
-
Updated
Jul 4, 2020 - TypeScript
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
Jun 12, 2018 - JavaScript
Mongo NoSQL Spec: https://docs.mongodb.org/manual/reference/operator/query/
Any query-engine specific selectors should either be removed, or prefixed with $qe
The current $in should be changed to mongo spec'd $in and a new $qeContains, or the like
There should also be a $qeWithin.
Details: https://bevry.slack.com/archives/maintenance/p1456474718000276
@blitmap is in charge for this
Functional impact
If the user has specified a default provider, we should respect that in the UI.
Minimal repro steps
- Set a default provider in libman.json other than cdnjs
- Right click a folder in Solution Explorer and select Add -> Client Side Library
Expected result
Selected provider matches defaultProvider
Actual result
Selected provider always default
-
Updated
Jul 8, 2019 - JavaScript
-
Updated
Mar 31, 2020 - JavaScript
-
Updated
Jun 25, 2020 - Go
-
Updated
Jul 3, 2020 - TypeScript
-
Updated
Apr 24, 2017 - TypeScript
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Apr 30, 2012 - JavaScript
-
Updated
Jan 15, 2018 - JavaScript
-
Updated
Jun 25, 2020 - Java
-
Updated
Mar 29, 2019 - JavaScript
-
Updated
Jul 30, 2016 - JavaScript
-
Updated
Aug 13, 2019 - JavaScript
-
Updated
May 20, 2020 - R
-
Updated
Jul 3, 2020 - TypeScript
-
Updated
Aug 28, 2017 - TypeScript
-
Updated
Aug 15, 2019 - HTML
-
Updated
May 26, 2020 - JavaScript
Improve this page
Add a description, image, and links to the client-side topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the client-side topic, visit your repo's landing page and select "manage topics."
Are you submitting a bug report or a feature request?
Neither, reporting missing documentation
What is the current behavior?
Detailed documentation on the signature of mutator functions is missing.
What is the expected behavior?
I'd expect the docs on mutators to be more elaborate on both the definition and the usage of mutators. I've looked at the docs for react