Henri MEDOT
Henri MEDOT
Operating system Ubuntu Linux 18.04.5 Webmin version 1.973 Virtualmin version 6.16 Under **Webmin > Webmin Configuration > SSL Encryption > Let's Encrypt**, I've configured automatic renewal as below: - Hostnames...
This can be achieved by adding this to `language.configuration.json`: ``` "folding": { "markers": { "start": "^\\s*;\\s*#?region\\b", "end": "^\\s*;\\s*#?endregion\\b" } } ```
Type: `ld a,0xC0+2` Then type Space. Result: +2 gets deleted. `ld a,0xC0`
``` --test1: (1 / 2); @value: (1 / 2); --test2: @value; ``` compiles to: ``` --test1: (1 / 2); --test2: 0.5; ``` I would expect both to compile to 0.5...
I've added this feature both for texts and inline images. It's available in pull requests or at https://github.com/anrikun/PHPWord/commit/de25f88f060ac7288079744de8aa935eaf733bf8.patch --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27461061-docx-add-support-for-vertically-raised-or-lowered-text-w-position?utm_campaign=plugin&utm_content=tracker%2F323108&utm_medium=issues&utm_source=github)** We...
According to documentation this should write a 100% width table but width is ignored: ``` php $table_style = array( 'unit' => \PhpOffice\PhpWord\Style\Table::WIDTH_PERCENT, 'width' => 100 * 50, ); $php_word->addTableStyle('myTable', $table_style);...
Bonjour Edouard, Je lance toujours `rasm_x64.exe ./src/main.asm -o ma_racine -sw -sb -void` pour assembler mon programme (en tant que snapshot). Mais depuis une récente mise à jour, un nouveau fichier...
**Platform and version** Windows 11 1.15.3 Paid license Hi, this is not a bug report but a request for help. I own a license. Drupal 7 contains many poorly written...