PythonBridge icon indicating copy to clipboard operation
PythonBridge copied to clipboard

feenkcom PythonBridge extensions

Open akgrant43 opened this issue 4 years ago • 0 comments

As discussed:

  • Signal python exceptions in the calling process, not the server process (which effectively locked the image)
  • Don't hang if stdout / stderr subprocess output exceeds buffer size.
  • Allow the runtime files to be easily copied to a separate location (doesn't require git repository to be present, and doesn't modify the git repository; removes the circular symbolic link)
  • Allow the pipenv path and working directory to be specified in the settings. (Especially useful on Mac where there doesn't appear to be a standard python installation).
  • Add support for the DAP debugger
  • Add support for custom proxy classes.
  • Automatically stop the python server on pharo shutdown.
  • Report error information from the subprocess when something goes wrong (not demoed).
  • Fix a few of the automated tests.

akgrant43 avatar Jun 22 '21 14:06 akgrant43