David Szotten
David Szotten
is it common for tools to support multiple config files like this? (none of the ones i can think of do) (i tend to handle this kind of sharing in...
hi @nicoddemus , thanks for the quick reply. just to be clear, i'm talking about https://docs.python.org/3.11/whatsnew/3.11.html#enhanced-error-locations-in-tracebacks ``` Traceback (most recent call last): File "distance.py", line 11, in print(manhattan_distance(p1, p2)) ^^^^^^^^^^^^^^^^^^^^^^^^^^...
for our projects we just (manually) write a sentence or so when landing a pull request. (btw, we typically got to a point where we wanted to add them, and...
hi. i do know about that view; however, i find reading a few sentences specifically written to summarise changes much friendlier than trying to read tens of commit messages. i...
as a first stab maybe we could have the flag only exclude libs from the _reports (which would solve my clutter issue)
> Just to make sure I understand: what's the current clutter problem you're having? Is it that one of the output formats is too verbose when packages can't be publicly...
thanks for the quick review! updated with the simpler solution for now (skip first param)
ah, it looks like i can install with pip but not with your installer script > Could you provide some more information? sure, what would be helpful?
how come the installer isn't able to use whatever is built for the wheel on the same platform?
maybe i'm misunderstanding something (my knowledge in this area is limited) so maybe this question makes no sense, but the version installed with pip looks like it is dynamically linked...