Nikita Zheleztsov
Nikita Zheleztsov
Currently if we kill worker fiber of the connection, which was initialized with `reconnect_after` option, we get `error_reconnect` state. But reconnect obviously doesn't happen. Let's try to solve that problem)...
Some fibers can be considered as system ones (e.g. connection's worker fiber). Consequently, these fibers are not supposed to be explicitly cancelled from the Lua world. If some flag (e.g....
### Hyprland Version System/Version info ```sh Hyprland, built from branch at commit v0.35.0 (). Date: 2024-02-05 ``` ### Bug or Regression? Bug ### Description When Shift + F12 is pressed...
Must be fully async. Repro: ``` tarantool> box.cfg{listen = 3301} tarantool> f = require('fiber') tarantool> print(f.self().csw()) c = require('net.box').connect(3301, {wait_connected = false}) print(f.self().csw()) 240 241 --- ... ```
**Bug description** The connection is closed, when it's active but it doesn't have any strong references. It's caused by Lua GC. Related: https://github.com/tarantool/vshard/pull/469 * OS: Linux * OS Version: NixOS...
`Uri` module doesn't work correctly with IPv6. According to [RFC 2732](https://www.rfc-editor.org/rfc/rfc2732) uri must be wrapped into `[]` before adding :port. 1. `Uri` module doesn't parse full address at all: ```...
Launching rofi with the following command: ``` rofi -show drun -display-power-menu "fdjsfjds" ``` Causes the following output:  It's still named "Power..." not my random name in combi mode (right...
It's not very convenient to use arrows. As we have conflicts with vim movement keys, we can use Ctrl-h/j/k/l as an alernative to the arrow keys
It would be great to allow toggling Hyprbars with keyboard shortcut. I suppose, the following dispatchers should be introduced: 1. toggle bars on all windows; 2. toggle bar on the...
Cannot load hyprexpo. Got the following output in logs: ```text [LOG] Creating the PluginSystem! [LOG] Loading plugin /nix/store/59hq72xv6h9z1pv2dg6xakp8l1si44z1-hyprexpo-0.1/lib/libhyprexpo.so which is now present in config [ERR] [PluginSystem] Plugin /nix/store/59hq72xv6h9z1pv2dg6xakp8l1si44z1-hyprexpo-0.1/lib/libhyprexpo.so could not...