PhML
PhML
When I work with a split window of the same file, let's say a vertical split, a jump to tag definition is always done in the left split while I...
As there is `retry_if_exception_type`, would it be possible to have `retry_if_exception_match`? It would replace : ```python retry_if_exception(lambda e: re.match(pattern, str(e))) ``` by: ```python retry_if_exception_match(pattern) ```
In the following example, I use a tooltip to display underlying data but I have troubles to have consistent behavior when displaying null values of different types. Indeed, while missing...
## Information `zellij --version`: `0.5.1` I tried to bind lockmode to `Ctrl+space` like this in the config file: ```yaml - action: [SwitchToMode: Locked,] key: [Ctrl: ' ',] ``` but it...
I don’t know if it is on purpose or not but `python` argument can’t be set from config file (if not provided at cluster initialization, it is set to `sys.executable`)....
I want to insert some logs in postgres but I get an error. Here are the logs: ``` fluentd-g | 2019-11-15 15:18:47 +0000 [info]: starting fluentd-1.6.3 pid=6 ruby="2.6.3" fluentd-g |...
Readme says `FDS` and `JKL` are mapped to `Ctrl` , `Alt`, `Super` but in fact it is , `Alt` , `Ctrl`, `Super`.