Joshua Bronson

Results 197 comments of Joshua Bronson

I hit this while working on my [bidict](https://github.com/jab/bidict) library, which implements bidirectional mapping data structures which wrap two (regular one-directional) mappings, and which is type hinted and checked with mypy....

I just found an issue with SourceRank's "Follows SemVer" scoring that is not mentioned here. I'm hoping it can be resolved in the next version of SourceRank, and that this...

@gvanrossum, I can relate! I wonder if [bidict](https://bidict.readthedocs.io) provides a practical example of how this issue prevents expressing a type that you can actually imagine yourself needing. ```python >>> element_by_atomicnum...

Exactly! It should be possible to e.g. subclass bidict (without overriding inverse), and have mypy realize that calling inverse on the subclass gives an instance of the subclass (with the...

Just heard about Warp and was excited to try it right away, then hit this within my first minute of trying it. Would it be worth adding a warning to...

Also could a Warp team member please update this ticket's title to fix the typos, namely "ESC" rather than "ECS" and "Warp" rather than "Wrap"?

> Quick workaround - You can type $_ This does not work in fish shell.

> This should have been fixed today! Nice, thanks for the quick fix! Any idea how soon before we can update to a release with the fix? Checked https://github.com/warpdotdev/Warp/releases and...

Kind of surprising to see the style referred to as "under_scores" rather than [snake_case](https://en.wikipedia.org/wiki/Snake_case). Worth renaming this "camelCase vs. snake_case" (despite the paper's title)?