vr8hub

Results 24 comments of vr8hub

Grrr. Sorry, I realized literally five seconds after I hit send that I hadn't run pylint. As a result, I changed subprocess.run back to subprocess.call, but I see that there...

Sigh. After the `anyway` regex conversation, I thought I had looked at the other regex's and seen they were all the same. But no, a couple of them have beginning-of-word...

No problem. At a quick glance, it appears to be the reverse of that: the original commit (d2643ff 1/19/2022) has the current message, but the code _did_ check for data-parent...

Grrr, never mind to the last part. The message is indeed the original message, but the code around it didn't contain the check for data-parent, that's the code at the...

The above situation was where a file wasn't in the ToC (I bolded my explanation above to make it more obvious.) But I got some of these a few days...

It looks like it's the spine that's the problem, not the ToC itself. Not being in the spine obviously causes it not to be in the ToC, but if it's...

Have you found out anything more, @codefriar? Can this be merged, or do you have another solution? Thanks!

I have another PR I'm holding until PR30 is approved; if @timbarsotti doesn't get to it first, I'll add this as well.

Yes, I thought it was odd it couldn't be turned off, but didn't think enough to change it. :) Fixed. I also fixed the global bypass example in the README....

Well, I'm out of my depth, apparently. I've never had something change underneath me on a PR. I modified the branch to include the use of switch and fix another...