Nigel Cunningham
Nigel Cunningham
Hmm, I didn't know you could have multiple tbody elements in a table. That should be pretty straight forward to fix. Sorry I've been so slow doing anything more on...
For that bit, it sounds like it should be changed from previousSibling to look at the first child of the parent, assuming that no matter how many tbodys there are,...
It's been a while now since I looked at the code but if I remember correctly, when we split a table, we make a new table on the new page,...
Hi Nathan. Thanks for your report. If you visit the pager puppeteer is visiting, you should be able to check for JS errors or other issues and check the results...
Hmm, it definitely shouldn't take anything like 30s to run so I guess something is just dying or not getting called. I'll see if I can find some time to...
Hmm, I've never touched that function so at least I didn't break it :) I'll happily defer to Fred or Julian here but my understanding is that the UUIDs are...
I have this need too. I'm seeking to use SQLocal (https://sqlocal.dev/guide/introduction) so my use case would probably be a simple database creation using it. I'll seek to provide a repo...
Apologies for the delay in adding another comment. I've done a lot more research on this now, and don't believe it's possible at the moment because Webview doesn't implement the...
I'm seeking to try the patch with a largish project. It seems to be working in that my error with esm-env has gone away, but I'm instead getting errors relating...
Could I get some help regarding how to get to step through the new code, please? Trying to add --inspect-brk doesn't seem to be getting me anywhere yet; I've never...