Results 15 issues of Alexander Mashin

The list of possible initial letters is hardcoded in line 21: ``` var letters = ['_', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n',...

Fixes #7 "Only Latin alphabet". Form a list of first letters dynamically, so that list navigation works not for Latin alphabet only.

When statically included within C++11 projects, the library isn't compiled. The errors are: .../luasandbox/include/lrexlib-2.6.0/src/pcre/../algo.h:125:27: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix] luaL_typerror(L, pos,...

Currently, there is `___USEREDITCNT` property that gives access to the total number of edits by a user. It would be useful to allow to get number of edits by a...

enhancement

Allow setting node and edge properties per printout using `| ? |+shape=circle` syntax. Accordingly, improve the legend to include actual arrow shapes.

Enable `neato`, `twopi`, `circo`, `fdp`, `osage`, `patchwork` and `sfdp`.

Implement all 3,111,696 arrow shapes allowed by GraphViz (see https://graphviz.org/doc/info/arrows.html).

Allow to label graph nodes with property values rather than page titles or display titles by setting graphlabel to Property name, in addition to 'displaytitle', provided 'graphfields = yes'.

enhancement

In graph format, non-page property values that are displayed on nodes (with `graphfields = yes`) should be word-wrapped with ``, not newline, since they are displayed within `` HTML tags.

CUPS will not recognise a printer device (Samsung CLP 365W ) symlinked by an UDEV rule at the host and attached to a docker container based on `debian:stable-slim`. A directly...

enhancement
investigating
platform issue