Nigel Cunningham

Results 85 comments of Nigel Cunningham

Coming back to this after all this time (sorry), I'm not sure where we ended up - in the meaintime I've done a big refactor and switched to building using...

Thanks! I'll try to reproduce that.

Additional steps take to reproduce (for future convenience): ``` dns install mysql-server systemctl enable mysqld systemctl start mysqld mysql > create database db; > use db; > create table users...

Here's what I'm using (this is with pagedJS as well): ``` function createToc(config) { const content = config.content; const tocElement = config.tocElement; const titleElements = config.titleElements; let tocElementDiv = content.querySelector(tocElement);...

Hi there. Please see https://github.com/pagedjs/pagedjs/pull/171, which I've just submitted for consideration. It includes a large rework of the pagination code that should help with this issue. I'd appreciate your feedback....

Hi there. Please see https://github.com/pagedjs/pagedjs/pull/171, which I've just submitted for consideration. It includes a large rework of the pagination code that should help with this issue. I'd appreciate your feedback....

If you want to use the same image, don't boot without resuming in between. If you want to boot without resuming, add 'noresume' to the commandline. This will cause the...

Hi guys. The answer is "Just barely". I've gotten myself too busy with other projects, so it doesn't get half the love it deserves and poor Manuel is left waiting....

It looks like I need to replace this repo with one forked from so I'll do that as soon as I can find time - that should fix the getting-a-patch...

Sorry for the slow reply - I haven't been receiving notifications of issues from Github. Is this still an issue?