Ievgen Popovych

Results 18 issues of Ievgen Popovych

With GNOME 40 came support for Virtual Monitors (and headless, which is another valuable use-case). See [Mutter MR 1698](https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1698). This is Wayland-specific and requires PipeWire for screen-casting (which should already...

This occasionally happens after my laptop wakes up from overnight sleep. `IOHandler.on_selectable_expired()` is invoked with `selectable` that has `_terminated=True` and `_transport=None` so when `IOHandler.update()` is called it crashes when trying...

...which will enable reconnection logic to act in this case. `ENETUNREACH` can happen when target network is unreachable for example when the network stack was not fully initialized yet or...

Set `tox_pyenv_fallback` in general testenv definition and test with `tox --showconfig`. Setting `tox_pyenv_fallback` to both `true` or `false` results in `tox_pyenv_fallback = True` output from `tox --showconfig`. Providing `--tox-pyenv-no-fallback` on...

If I understand correctly, #2310 largely undoes what #1898 did. Neither clearly specified a migration path (being breaking changes), causing issues for users... The issue is that now, in interactive...

Since [VTK 8.2.0](https://blog.kitware.com/vtk-8-2-0/) the internal structure of the package has changed significantly making existing hook obsolete (for new versions). I've gotten my application to work with the following hook (`hook-vtkmodules.py`,...

### Issue description When trying install/lock a project from VCS that uses `version = attr: ` specifier in `setup.cfg`, if the package was (is) previously installed from a wheel, I...

Type: Possible Bug
hacktoberfest
Contributor Candidate

Setup: * reverse proxy, implements TLS, let's say `https://example.com` * pyramid app w/ pyramid_openapi3, behind the proxy, HTTP * pyramid config ``` config.include("pyramid_openapi3") config.pyramid_openapi3_spec('docs/openapi.yaml', route='/api/openapi.yaml') config.pyramid_openapi3_add_explorer(route='/api/') ``` The API explorer...

`templates.Filename` supports configuring how the path is resolved (relative to config, some directory and so on). I believe it would be nice to have some (or all) of those exposed...

After the upgrade of ascicolor to 0.7.0 from 0.6.2 Jenkins complains that some data is unreadable. ### Test environment - Jenkins Version: 2.205 - AnsiColor Version: 0.7.0 (upgraded from 0.6.2)...

bug :question: