Edward K. Ream
Edward K. Ream
@tbpassin Using TypeVar is elegant. Good work.
@tbpassin Keep up the good work!
Closed in favor of PR #4121.
@boltex @tbpassin Thanks for your comments. This is a funny blind spot. I typically remove the unnecessary path prefixes *by hand* when importing files. I'll fix this issue soon.
@tbpassin That was my idea too. With a unit test :-) I'm not sure what to do if the `.leo` file isn't in any parent directory. Maybe an absolute path...
@boltex Thanks for your comments. I'll create a `leoGlobals` function as you suggest.
Closed via PR #4366.
@tbpassin Typo! Should be `g.cls()`, defined in `leoGlobals.py`.
Closed via PR #4133.
@boltex Thanks for this report. The VNode class contains an expansion bit (`v.statusBits & expandedBit`) and a list of expanded *positions*, `v.expandedPositions`. The `v.expand`, `v.contract`, `v.initExpandedBit` and `v.isExpanded` methods only...