Jude
Jude
I've noticed (in some other responses) you tentatively laying out a roadmap / feature map for 0.19.0, 0.20.0, ... While taken in jest (who knows what kind of crazy breaking...
Current state of this, beartype 0.17.2 Mypy 1.9.0 no errors I'm assuming there's no trivial solution using TypeHint? I attempted, but then it still didn't work, and mypy complained obscurely....
@AlexWaygood Just started using sortedcontainers, and I noticed that adding type support for the library has been a ~6 year process, but this still seems like the closest initiative to...
Thanks for the insight & hard work! I guess I'll just stick to beartyping it in the meantime
Thanks for the response. I actually wasn't sure if I was being oblivious in the documentation, and missing this recursive case. I know there's support for custom types... but compared...
Interesting; but it remains for me. Clicking on the link directly, navigating to the page from another adjacent page (previous..., next..., sidebar), all options result in the same truncated graph...
I just discovered that std::string wasn't taken by default for many functions, and this seems to be the only instigation of adding this. For the issue of std::string_view, instead of...
Thanks, I was asking for the larger feature as a whole. I feel like it's worth adding the few extra wrappers/types for string + string_view, in that it reduces friction...
@leycec @komodovaran Well, this Minnesotan winter was much too short, and we have an excess supply of anti-brainmelt. Behold! * Note the immediate usage I tested this on was a...
It was pretty easy: * Importing works great * I could import into another main file... but thats an extra file * You can check if you're imported or running...