Brian Skinn
Brian Skinn
Form is getting complex enough that it's annoying to have to reconfigure everything every time.
Storage of the save-to folder path will require addition of a validity check on that path. If the path isn't to an existing folder (maybe even check if it's writeable?),...
Probably implement `ClassModule` to hold settings info, translate to/from settings string. Probably makes the most sense to house the core defaults in this class, which are spit out if there's...
Add option to save multiple settings configurations? New modal dialog for settings save/load. Would want to stack all settings into a single document property, or else the number of properties...
Would reduce problems/pain with situations like in #34.
In Excel 2019, the userform does not 'transfer' to a new workbook when focus changes; it must be re-displayed atop the new window. Need to trigger this redisplay, if possible....
@hugovk I'm pretty sure there's a daily cap, in addition to the monthly quota. Every time I've gotten this error back from BigQuery, `pypinfo` has worked fine when I've tried...
I have a script on Windows that does exactly this, for activating a default environment in a given directory and then launching Jupyter Notebook. The core of it is: ```...
@broxane As a shim for this hangup, you may be able to use my [`stdio_mgr`](https://github.com/bskinn/stdio-mgr) package within your test function/method... it patches out `stdin`, as well as `stdout`/`stderr`. You preload...
Per comment(s) #103, this may only actually be needed for interactions with *decompressed* inventories, and with JSON-formatted content, as *compressed* inventories always use the Python UTF-8 default encoding.