mynery

Results 4 issues of mynery

I have something like ``` location ~ ^/~(.+)/ { root /home/myname/http/; fancyindex on; fancyindex_header "/fancyindex/header.html"; fancyindex_footer "/fancyindex/footer.html"; } ``` I get the layout and home button on the header as...

If I create a scrollable box with grandchildren, I expect them to move in sync with their respective parents, but they don't. My example is the following: ``` const blessed...

**Is your feature request related to a problem? Please describe.** I am feeling like lists are barely useful as it feels basically impossible to fully partition the homepage. That is,...

I am managing a markdown project and want to just preview the generated html and tinker around a bit with inspections and the whole stuff the extension actually provides. However,...

enhancement