Corran Webster

Results 183 issues of Corran Webster

Currently we are on 4.0; recent ubuntu versions only have wheels for 4.2.

Currently the `DirectoryDialog` only allows the selection of a single directory - if multiple are selected it just takes the first. We should allow multiple selection, with the full selection...

While there is basic documentation of the modal dialog tester, it doesn't include information about the `open_and_wait` method and when to prefer it over `open_and_run` (or not).

This is a proposal to add common CI infrastructure as part of the ets project. The intent is that these would be used by ets projects CI infrastructure. The basics...

This is an issue for discussion of EEP 2 prior to acceptance/rejection.

Since `pkg_resources` is deprecated, the `envisage.resources` system should probably grow an `importlib.resources`-based equivalent. The actual code to do this is straightforward. Possibilities: - re-write the current `PackageResourceProtocol` to use `importlib.resources`...

Pyface 8 has just been released, and TraitsUI 8 will be released soon. These include some backward-incompatible changes that will likely impact Mayavi users. The most significant change in this...

This is a move of the workbench code from Pyface to Apptools. The top-level changes are: - `pyface.workbench` -> `apptools.workbench` - `pyface.ui.*.workbench` -> `apptools.workbench.ui.*` (I could be talked into just...

See: https://github.com/enthought/enable/blob/84b611dcc329c7558f5512b861fb8e002f90f39f/enable/markers.py#L19 This is a spurious import of TraitsUI.

In the `__init__` method, it always creates a numpy buffer with 4 channels instead of 3 for `rgb24`. Celiagg then throws an error when it is passed the buffer.

type: bug