Nico

Results 55 comments of Nico

It would be great to pick one standard. Dokuwiki is as of today neither XHTML compliant, neither HTML compliant. It means that: * we can't load a dokuwiki page with...

Forgot to mention that boolean attribute such as defer are not xml compliant if you choose to be fully xhtml compliant.

ComboStap developper here. @anthyeung Thanks for the good words. I have created a [performance page](https://combostrap.com/performance) that explains how we do it (for the perf core metrics). For the image, the...

It breaks also 7.4 test but yeah. Stacktrace: ``` Array and string offset access syntax with curly braces is deprecated vendor/marcusschwarz/lesserphp/lessc.inc.php:761 lib/exe/css.php:199 lib/exe/css.php:17 ```

It would be great to get also a: ``` convertDeprecationsToExceptions=false ``` in [phpunit](https://github.com/splitbrain/dokuwiki/blob/stable/_test/phpunit.xml#L4)

The footnote is a syntax component that you can just take over. https://github.com/splitbrain/dokuwiki/blob/master/inc/Parsing/ParserMode/Footnote.php If you create a syntax plugin with a sort order below 150, you can do whatever you...

There is a simple solution. If the static resource is public, there is no need for the `vary` header. And from a specification perspective: https://www.rfc-editor.org/rfc/rfc7234.html#section-4.1 This is never mentioned that...

I got performance problems also with `p_get_metadata` but it was due to the fact that the function [may be recursive](https://github.com/splitbrain/dokuwiki/blob/master/inc/parserutils.php#L259) and then starts the render process of the page and...

If you set the [lang](https://combostrap.com/semantic/lang) parameters with the ComboStrap plugin, you get the according language and direction set up. [Demo](https://combostrap.com/semantic/lang_ar)

I have worked on this problem for the last month. What we have generated is an image tag with: * a ''srcset'' that use the resizing capability of Dokuwiki to...