LloydZ

Results 12 issues of LloydZ

#### References to other Issues or PRs Feature support https://github.com/sympy/sympy/issues/24339. Now we can use the legend_loc field to place the legend at the corresponding corner of the axes/figure. We can...

plotting

Fixes: https://github.com/sqlalchemy/mako/issues/146 When the first control block is empty or comment, the correct result will now be rendered. ```python from mako.template import Template template = r""" % if False: %...

Fixes: https://github.com/sqlalchemy/mako/issues/320 Now the test code works as expected if strict_undefined is set to true: ```python from mako.template import Template text = """ ${ ','.join( getkeys(mydict) ) } """ tmpl...

Fix: https://github.com/Thriftpy/thriftpy2/issues/260

Supplement Pydumpling with more complete and comprehensive unit tests.

good first issue
CodeKitchen
easy

We can refer to https://github.com/laike9m/Cyberbrain for this part.

help wanted
CodeKitchen
hard

Fix: https://github.com/sqlalchemy/mako/issues/140 During the lexical analysis phase, add an additional prefix for undeclared identifiers that have the same name as built-in flags, and determine the final filter to be used...

# What this PR does When commands is invoked without an argument, pdb now finds and uses the last available (non-deleted) breakpoint instead of blindly using the last breakpoint number...

awaiting core review

# Bug report ### Bug description: According to the [documentation](https://docs.python.org/3/library/pdb.html#pdbcommand-commands): > With no bpnumber argument, commands refers to the last breakpoint set. I think the intended meaning should be the...

type-bug
stdlib