Results 771 comments of James Addison

Due to my unfamiliarity with this part of the `bootstrap-table` codebase, combined with an apparent absence of demand (and therefore assistance testing the fix), and also the fact that this...

> The sphinx-actions repo includes some automation that intentionally pushes tagged releases to off-branch commit tags for each Docker Hub version of Sphinx found on a daily basis; I find...

@khanxmetu a few things about this are still bothering me: * I continue to believe we should be unit testing the results of tree/graph processing, not checking for presence/absence of...

> And perhaps a larger design question/concern about the bugreport: Sorry, I didn't phrase this well - my worry there isn't about your bugreport - I'm grateful you're helping to...

Thank you again @khanxmetu for your responses. I think I may need to take a break soon from working on Sphinx -- I will try to review this again, but...

I'm supportive of this suggestion, because I think it would help to discover parallelism-related nondeterminism issues. To elaborate on that: we often request minimal repro case examples when attempting to...

I'm not sure this is a bug @dimaqq - it seems that [`object.__call__` is documented](https://docs.python.org/3/reference/datamodel.html#object.__call__) as a dunder method available to override method calls to a class instance (specifically an...

Ok; true - I did notice that, but I failed to notice that the example does use an instance of `Example` -- and calling that is valid: ```pycon Python 3.12.5...

Thank you @JosephAlanLane for the report. This seems to be due to the HTTP request headers used in the tutorials for version 15.0.0 of the library - I can replicate...

Although it may work, after further thought I have to admit to feeling slightly uneasy about placing an example that uses the somewhat-internal (although available) `HEADERS` into the `README` file...