printer
Here are 416 public repositories matching this topic...
Instead of embedding normalize gutenberg should probably say it's required in the documentation then users could use a newer version of normalize
As PHP improves optional typing, we've been making use of it in this project, since it avoids the need to validate things extensively across the entire API surface.
Strict typing is being introduced here as well, which prevents type coercion, which can act in surprising ways.
declare(strict_types=1);The following classes do not have this feature enabled, since it turns out w
-
Updated
Jul 7, 2020 - PHP
-
Updated
Jun 30, 2020 - JavaScript
Refactor set-method
- Split the set-method into simple low-level-functions with booleans as parameter.
- add a highlevel-functions that allows formatting like the current set-method or better
- add a convenient way to restore a "good" default-value-set (like now by calling
set())
-
Updated
Jul 20, 2019 - Elixir
-
Updated
Jan 24, 2020 - JavaScript
-
Updated
Oct 9, 2018 - JavaScript
-
Updated
Dec 21, 2019 - JavaScript
-
Updated
Jun 20, 2020 - Python
-
Updated
Feb 23, 2020 - Kotlin
We should explicitly strip out any vertical gravity and weights from the LinearLayout.LayoutParams that we get.
Should also see if the horizontal gravity is actually working.
-
Updated
Apr 10, 2020 - JavaScript
Currently you must explicitly add:
STATUS server-error-busy REPEAT-MATCH
to any test that might fail due to the server being busy. It would be nice to have a command-line option to make this the default.
Might also want to have some control over which status codes get this behavior, and/or add a directive to the test file syntax (DEFAULT-STATUS?) that provides greater levels of contro
After printing to boomaga I get an "empty" boomaga window since two weeks for all documents. No document is displayed, only the gray background. Nevertheless the Job is available and I can click on "Next sheet" or "Previous sheet". After Printing to a real printer from Boomaga, nothing will be printed. What's wrong with this installation? How can I debug this problem?
![screenshot from 2017-07-
-
Updated
Jun 28, 2020 - Dart
-
Updated
Jul 7, 2020
-
Updated
Jul 7, 2020 - JavaScript
Improve this page
Add a description, image, and links to the printer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the printer topic, visit your repo's landing page and select "manage topics."
Prettier supports EditorConfig, but the docs are almost silent about this fact. In particular:
See also https://gi