Andrew Dolgov

Results 10 comments of Andrew Dolgov

the problem (well, there could be more, i haven't checked any further) is invalid markup in the article button hook handler: ```diff @@ -164,7 +165,7 @@ class Wallabag_v2 extends Plugin...

Changing window size won't be possible since it's a phone. Could you post an example of how you re-render the view? Thanks.

Thanks in advance. >‎ׂFirst find the offset of a page (the number added or subtracted when paging) and increment (or decrement it by 1). This sort of rounding error could...

Thanks; On one of my test affected widths (502px) `book.rendition.manager.layout.delta += 2` seems to be doing the trick. Still, this is a really ugly hack, all things considered.

Hmmm. To me, `rendition.resize()` does nothing unless a different (from current) width is passed to the method. If I do something like ``` rendition.resize($("#reader").width()+1) rendition.resize($("#reader").width()) ``` to force it, I...

Strange. Which exact Epubjs version are you using? Edit: I've tried on 0.3.73, 0.3.88, and latest git master, and `.resize()` with no arguments doesn't seem to do anything for me.

Symbolic icon would be much appreciated, I had to disable tray icon altogether because it was too jarring on KDE Plasma.

I'd like to bump this because the sheer amount of impossible-to-disable debugging output `podman-compose` generates on every command invocation makes it hard to figure out the useful parts of my...

@kirillgarbar I'm trying to use this for a table which uses JBOD policy and has multiple data_paths and it doesn't seem to work: ``` "['/opt/nvme1/clickhouse/store/4cd/4cd91bc6-7dd5-4e9f-b441-b559de44fd83/','/opt/nvme2/clickhouse/store/4cd/4cd91bc6-7dd5-4e9f-b441-b559de44fd83/','/opt/nvme3/clickhouse/store/4cd/4cd91bc6-7dd5-4e9f-b441-b559de44fd83/','/opt/nvme4/clickhouse/store/4cd/4cd91bc6-7dd5-4e9f-b441-b559de44fd83/','/opt/nvme5/clickhouse/store/4cd/4cd91bc6-7dd5-4e9f-b441-b559de44fd83/','/opt/nvme0/clickhouse/store/4cd/4cd91bc6-7dd5-4e9f-b441-b559de44fd83/']" ``` I've tried creating the...

Maybe even regexp (or glob)-based filters.