jhance

Results 36 comments of jhance

https://github.com/dropbox/dbx_build_tools/commit/5047bdaa4326291c90ecf8a61d086178a03ba7bd covered this it seems.

Yeah, unfortunately its not really an official project to maintain this repository and at some point the tooling we added to ensure that the repository is actually exportable with the...

https://github.com/python/mypy/pull/16844 for typeshed sync. Thanks for pointing that out.

The release branch is up (delayed due to typeshed 3.7 issue). So far it looks pretty good - I've tested it on our internal codebase and all the errors seem...

Unfortunately I was distracted by other problems at work, followed by on PTO, followed by being sick. But I am back now. And opening a PR for the changelog now....

Hmm, I'm not sure how that happened. I suspect I copied the issue template from the oldest link in our table, rather than the newest one, and then incremented that...

Things an ideal warning system does: - Ability to turn warnings (specific types) into errors. - Color differentiation (I prefer three colors, one for warnings, one for warnings that are...

It does test whether it is a cell... it returns `%.y` if it is, and it returns `%.n` if it isn't. Seems good to me. Adding "or atom" actually makes...

I am compiling Python from source myself with a crosstool targetting towards a non-distribution provided version of glibc. As such, I don't expect many people to be following the same...

https://pastebin.com/4h7wPER6 (I cut out some sections that contain literally all of the Python symbols). We pass `-Wl,-I` to the linker to set a custom `ld.so` as the interpreter, maybe that...