Arcadiy Ivanov

Results 64 issues of Arcadiy Ivanov

``` pybuilder 0.12.0.dev20171123185249 pybuilder 0.12.0.dev20171123185243 ``` This, actually one release that has different stamps due to build delays. This needs to be fixed.

bug

I think we should catch the documentation up on the latest features/behaviors. I need to update the docs to train my team anyway so I'll volunteer for the task (but...

question
docu

Coverage plugin should have a function to provide combined coverage reports

enhancement

``` File "/home//lib/python3.10/site-packages/gevent/selectors.py", line 208, in select for fd, event in iteritems(self._accumulated_events): TypeError: descriptor 'items' for 'dict' objects doesn't apply to a 'NoneType' object ``` The issue is as follows:...

1. `_check_repatching` now merges kwargs into state 2. `_get_patch_all_state` allows to retrieve the patch_all configuration state 3.a `_patch_module` now allows to specific `_package_prefix` parameter that defaults to 'gevent.' 3.b `import_module`...

1. `_check_repatching` intentionally deletes `kwargs` that contain `patch_all` settings from external plugins, resulting in loss of state: https://github.com/gevent/gevent/blob/master/src/gevent/monkey.py#L957 2. Similarly, would be nice need to expose that patch_all state to...

Type: Enhancement
Status: in progress

Subj. External monkey plugins need to be able to test. Currently the only way to utilize the internal `greentest.testrunner` is to copy-paste the code from gevent-proper. It would be nice...

Type: Question
Type: Docs

> X11 Konsole/bash on Fedora 33 with Python 3.9.1 Firstly, thank you for the project, it reminds me of the good-old Borland Turbo Vision, which was absolutely epic. However, I...

triaged

Use `os.get_terminal_size` if it is available Maintain original path if not related to #48

This is related to #48 and is demonstrated on top of #49. After resize in the `examples/example_screen_resize.py`, the use of arrow controls produces artifacts with dialog components being confused about...

triaged