Ioannis Tziakos

Results 20 issues of Ioannis Tziakos

This PR adds a Typed version of the ReadOnly trait.

type: enhancement

``` > python -m comtypes.shelllink Traceback (most recent call last): File "c:\...\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "c:\...\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "c:\...\lib\site-packages\comtypes\shelllink.py", line 216,...

bug

This PR updates the notes to include benchmarks for using a typed cpdef function for the Fibonacci function (recursive algorithm). in more details: - All typed functions now return `long`...

## Environment OS: _all_ Python version: _3.8_ Toolkit: _Qt_ Qt API: _PySide6_ ## Description Tests fail when ETS_TOOLKIT is set to 'qt4'. The TestQt4ImportHooks assume that the qt4 modules have...

## Environment OS: _all_ Python version: _3.8_ ## Description The image license files are not included in the wheel archives

The [PreferencesDialog](https://github.com/enthought/envisage/blob/master/envisage/ui/tasks/preferences_dialog.py) will call apply on all the preference panes when 'OK" is pressed. However some times it is useful to be able to veto closing the dialog because the...

type: enhancement

The following testcase demonstrates the issue. The test will segfault on windows 10 pyside 1.2.2 and python 2.7.13 ```python import unittest import faulthandler from jigna.qt import QtCore, QtGui from jigna.core.proxy_qwebview...

bug

It would be nice to be able to get more info from jigna on errors that take place in js.

``` ERROR: test_state_is_saveable (apptools.persistence.tests.test_state_pickler.TestDictPickler) Test if the state can be saved like the object itself. ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\edm-root\envs\build-env\lib\site-packages\apptools\persistence\tests\test_state_pickler.py", line 460, in test_state_is_saveable self.verify_state(state1, state) File...

The current implementation will call `_initialize` during the HasTraits contructor and at the same time the static change handler on the `preferences` trait would have already triggered the same call...