Gerrit Uitslag

Results 38 issues of Gerrit Uitslag

If you use one checkbox, and it was first checked, but later unchecked. Then on a page reload (e.g. preview), it is not detected that the checkbox was unchecked. It...

Cleanup and checking of correct input data for creation or registration of a new user is done separately for cli, usermanager, registration form and xmlrpc. - all checks at one...

Refactoring ♻

I try to use custom svg icons in the contextmenu. I try to understand how I could use this instruction (unfortunately I'm new to npm/node.js) https://swisnl.github.io/jQuery-contextMenu/docs/customize.html In this issue I...

According to https://github.com/juruen/rmapi/issues/23#issuecomment-425832548 you may now provide your own user agent string. I guess it is about this... https://github.com/splitbrain/ReMarkableAPI/blob/5eafff7a50981d59d0f5a05712b11e210842210c/src/RemarkableAPI.php#L69

Update examples at https://mpdf.github.io/reference/mpdf-functions/aliasnbpages.html since mPDF 6 the placeholders are only supported in the headers/footers. Not in the body. https://mpdf.github.io/what-else-can-i-do/replaceable-aliases.html has been updated. see also https://github.com/mpdf/mpdf/issues/267

How explain difference between: - variables that are could be used as attributes (`$mpdf->variablename`) - and these that could be only use as configuration parameter in the `$config` array of...

mpdf variables are handled since the mpdf 7.0 version as values with are defined in the `$config` array. See /configuration/configuration-v7-x.html /reference/mpdf-variables/overview.html /reference/mpdf-functions/construct.html The naming of the mpdf-variables is not consistent....

Looks like that not all setters are documented. e.g. https://github.com/mpdf/mpdf/issues/421

If real behavior is clear, update the docs accordingly. See also https://github.com/mpdf/mpdf/issues/347

Add page `reference/mpdf-variables/overview.html` variables are listed. Following variables are not in that list * [ ] defaultPagebreakType (but autoPageBreak is listed, but not in defaults of src/Config/ConfigVariables.php of mPDF library)...