Mark Dickinson
Mark Dickinson
I'm seeing a test failure with the latest Traits and TraitsUI from PyPI, on Python 3.11. (I haven't tested with other Python versions, but it likely affects those, too.) Steps...
Recent changes in Envisage added GitHub Actions workflows for automatically updating the gh-pages branch: - on every commit to the main branch (so every PR merge for PRs against main),...
For testing purposes, it's often convenient to make temporary changes to the state of the global `ETSConfig` object and then undo those changes in the test cleanup. This generally involves...
EDIT 2023-03-10: Upstream issue - https://bugreports.qt.io/browse/PYSIDE-2254 --- The script below _sometimes_ gives me an end-of-process segfault on Ubuntu 22.04 with PySide 6.3.2. See the docstring at the top of the...
Some downstream `IGUI` implementations allocate system resources, or modify global state, at instance creation time. (For example, one `GUI` subclass that we have in a downstream project changes the `asyncio`...
We have some downstream projects that need to import `PyMimeData`; currently the correct import is `from pyface.mimedata import PyMimeData`. Would it make sense to add `PyMimeData` to `pyface.api` for ease...
[BUG] Compilation of Bokeh extension fails in the presence of a package.json file with type: module
### Software versions Python version : 3.12.2 (main, Feb 10 2024, 11:36:40) [Clang 14.0.3 (clang-1403.0.22.14.1)] IPython version : (not installed) Tornado version : 6.4 Bokeh version : 3.4.0 BokehJS static...
We should consider moving ETS projects from the enthought-sphinx-theme to the PyData Sphinx Theme: https://github.com/pydata/pydata-sphinx-theme My main motivation here is to move *away* from the Enthought Sphinx theme, to save...
There's an `ets` package on PyPI, but it's uninstallable with Python 3: `pip install ets` fails on a use of `execfile` in the setup script. Deleting packages from PyPI isn't...
This discussion is broken out of https://github.com/enthought/traits/issues/1239. That issue started out as a specific proposal to add the non-Traits-related utility functions `xgetattr` and `xsetattr` to `traits.api`, and turned into a...