Results 5 issues of Sergey Lisakov

Consider a thread with nested comments, 25 comments in total, 13 of them are top-level. When counter is placed with the code: Comments, it produces `25` all the time. However,...

needs-contributor
client
bug

MyPaint version: 2.0.1+gitexport.478280f (Python 3.8.9, GTK 3.24.23, GdkPixbuf 2.42.2, Cairo 1.16.0, GLib 2.58.3) Operating system: macOS Mojave Attached video shows it. When MyPaint is started, it started in fullscreen mode,...

This code gives 482 unique visitors for 13 September. ``` bash zcat -f /var/log/nginx/access.log.1 | \ grep -v -f /home/slisakov/scripts/exclude-list.txt |\ goaccess \ --http-protocol=no \ --http-method=no \ --ignore-panel=HOSTS \ --date-spec=hr...

enhancement
change
log-processing

Hi there, First of all, thank you for tocify! I have an issue: if one header is far from the other, the entry becomes active too early when you scroll...

With `args: '--exclude=dir1'` works fine, `dir1` is excluded. How to exclude multiple directories? I tried ``` args: '--exclude=dir1 --exclude=dir2' args: '--exclude={dir1,dir2}' exclude: [dir1, dir2] exclude: ['dir1', 'dir2'] ``` with no...