Edward K. Ream

Results 206 comments of Edward K. Ream

@tbpassin I've approved this PR. Please merge it or close it.

Hello all. I am the author of [Leo](https://leo-editor.github.io/leo-editor/). Leo's `cursesGui2` plugin suffers the same problem. There is an easy workaround. The cursesGui2 plugin contains only one call to `curses.initscr()`. I...

The `_curses` module defines `setupterm`, so `_curses.cp312-win_amd64.pyd` seems the likely culprit. Probably a bad build somehow.

@boltex It appears that LeoJS corrupts any file containing a `descendentVnodeUnknownAttributes` attr. Here is one example: ```xml Startup #@persistence @settings @bool allow-script-return-result = True @bool allow-text-zoom = True @bool check-python-code-on-write...

@boltex @tbpassin This PR is ready for review. Note that `c.relativeDirectory` does not exist in `leoJS`, but I think it's worth having.

@boltex @tbpassin Thanks for your comments. The latest code adds two more cases to the unit test. For all special cases, it appears best to return 'path' rather than returning...

@boltex Rev 62366a1 fixes the `import_txt_file` function.

@boltex Rev a4e553f fixes ic.createOutlineFromWeb. Afaik, this rev completes this issue. Do you agree?

@boltex Thanks for suggesting this change!