Marc Udoff
                                            Marc Udoff
                                        
                                    I agree this state is confusing by default. This almost matches the Windows edit state which is what I thought I got into by accident 
FWIW, I find the checkmark confusing. I like the "one of which is using underline" option best.
Can we archive this or make it clear that this is outdated? I found this confusing and accidentally used this when trying to test something.
I still think PSS everywhere is correct (when possible)
@krassowski, thanks for the work here. A few pieces of feedback: 1. This does not handle dicts with depth > 1:  2. As a nice to have, when you...
Any workarounds for this?
Thanks for the quick reply. I believe so: ``` $ cat /usr/local/cuda/include/cublas_api.h | grep _VER_ #define CUBLAS_VER_MAJOR 11 #define CUBLAS_VER_MINOR 11 #define CUBLAS_VER_PATCH 3 #define CUBLAS_VER_BUILD 6 #define CUBLAS_VERSION (CUBLAS_VER_MAJOR...
@benfred can this be released as I'm interested in using this with python 3.11 (https://github.com/benfred/py-spy/pull/635)
> I think that the (having not done any profiling of my own....) core slowdowns are likely happening in the file read/write, and in the [strip_output()](https://github.com/kynan/nbstripout/blob/master/nbstripout/_utils.py#L97) method My testing showed...
> how about we refactor the installation commands to be modular enough so nbstripout-fast can reuse them without reinventing the wheel? Would that work for you? That seems like a...