Sviatoslav Abakumov

Results 23 issues of Sviatoslav Abakumov

Show fork icon on forked repos.

Load topics from repositories and show them alongside other tags.

**Context:** - Playwright Version: 1.18.2 - Operating System: Linux 5.10 Ubuntu 20.04.3 on WSL2 - Python version: 3.10.1 - Node.js version: 14.17.2 - Browser: Chromium in the [Selenium Grid container](https://hub.docker.com/layers/selenium/standalone-chrome/4.1.2-20220208/images/sha256-f80b5fcfb7193873f1d60e44cb25126d6070a8f3d8451b742c40f2a2714562b7?context=explore)...

P3-collecting-feedback

Is it possible to add an option to list tabs in current group when I open quick access panel? It would be usable much like tab list popup on Ctrl...

enhancement

Hello, I'm trying to delete documents by query: ``` python >>> import pyes >>> es = pyes.ES('http://localhost:9200') >>> es.delete_by_query(['social'], ['post'], pyes.TermQuery('source_id', 38)) Traceback (most recent call last): File "", line...

Hello, Docstring of method `pyes.managers.Indices.change_aliases` is misleading. It says that the method gets a list of 3-tuples `(command, index, alias)`, whereas it actually unpacks 4-tuples `(command, index, alias, params)`. Thanks.

It would be really great if it was possible to send any text object to REPL. For example, if I bind this function to `gs`, I would be able to...

#### Describe the bug The `vid_desktopfullscreen "1"` setting produces pixelated, low DPI output on macOS, see the [original vid_desktopfullscreen "1"](https://user-images.githubusercontent.com/1044300/230969186-d6b47c70-4a33-49ca-a074-7e3e875d8afd.png) screenshot. #### To reproduce Set the following settings: ``` vid_borderless...

bug

Is it possible to make asynchronous calls with FuelSDK? There's an article about it in the [docs](https://code.exacttarget.com/apis-sdks/soap-api/asynchronous-processing.html). I can't tell though if it's outdated. I'd like to get a bunch...

When I use hotkeys to switch to a desktop by its number, Game bar pops up and says, "Do you want to open Game bar?" Sometimes it disappears right away,...

bug