Brian Skinn
Brian Skinn
sphobjinv is now in use in a variety of projects, including as part of an [automated documentation workflow in Blender](https://github.com/blender/blender-dev-tools/blob/3aa057b72da9b2782cbd1f53b09c0869af714aa3/utils_doc/rna_manual_reference_updater.py#L45). In the words of one Python developer, ["O look a...
I gave this talk, so please don't just take my word for its value. I received several favorable comments afterwards, however, so it did at least help some people.
Add note that `napoleon` is a built-in extension a/o Sphinx v1.3
Can just add a couple of buttons to the form and store (a) the per-workbook default folder in that workbook, and (b) the global default folder in the `.xlam`. Should...
Formats such as dates are long, and annoying to retype every time the app is loaded fresh. While the durable settings of #10 would mitigate this somewhat, it would be...
Depends on whether the `SheetActivate` event is triggered on a workbook focus change. Might not be.
Probably more complex than is worth doing, as there are probably several logics of such exports and different users would find different ones the most intuitive.
Otherwise, Excel can just freeze without notification while exporting larger files.
Probably use a standard escape sequence like `\t`.
Right now `sphobjinv` is hardwired to use `certifi`. Turns out, there are other certificate stores that people might want to use; [e.g., `certifi-system-store`](https://github.com/pypa/pip/issues/11204). Some users might also prefer to use...