Brian Skinn

Results 86 comments of Brian Skinn

Related to #187. Multiple things going on here, need to tease them apart. First stab: - User-initiated check functionality - Duplicates - Lines that don't load in Sphinx? Would require...

TypeScript also is equipped to evaluate its `[key in ]` construction exhaustively, I believe by default. The following shows a `Property '[E_Color.Blue]' is missing in type '{ red: string; green:...

Given that this has been idle for over a year, I'm going to close it. If this is still an active problem, please attempt the test commands I provided at...

"Remove" might imply too complete an action, even if its direct influence goes away completely. The historical reliance of the project on `fuzzywuzzy` is still relevant, so some mention of...

The main motivation was definitely the capture of stdin, to enable me to write fully in-context CLI tests that require simulation of user input; e.g., [here](https://github.com/bskinn/sphobjinv/blob/8a4ae0cbbaa038cb1bdd86f314c7a115f6603474/tests/test_cli.py#L236-L259). I looked around, but...

I poked at 2.7 a bit ... it needs `from __future__ import absolute_imports` in `__init__.py`, even to import, and then at that point all of those `super()` calls make a...

To note, per discussion at bskinn/stdio-mgr#34, we're still contemplating an attempt at a 2.7 backport at some point.

If I read it right, per [Stack Overflow](https://stackoverflow.com/a/10101320/4376000) and the [MSDN docs](https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-basic-6/aa265347(v=vs.60)), it should hopefully work to pass `TristateTrue` as the `format` argument in the `fs.OpenTextFile(...)` call in `UFExporter.frm`, [here](https://github.com/bskinn/excel-csvexporter/blob/3c33a6fad069941c8896142358e0c2477ad2dec5/src/UFExporter.frm#L165)....

Wow, a Mac user - cool! 🤩 Sorry this isn't working smoothly. I've only ever developed/used this on Windows, so I had no way to know this would happen. I...

Weird, I completely missed the CLA comment, even though it clearly came into my email. CLA signed.