Mark Korondi

Results 17 comments of Mark Korondi
trafficstars

I'd love to see this nevertheless; My use cases would be: * upon manual locking, I would like to disable the inhibitor for the future * After 2 hours (or...

Additional info: we are very well aware of the caching setups (and quite much like it!) and in our CI builds we do cache everything whenever an `additional_dependencies` changes. The...

Sorry, my vocabulary was confused. Initialization should happen yes. **Installing** the environment should not. Here is the output (with cleared `~/.cache` before): ```sh ± SKIP=pylint-alias2 pre-commit run --all-files [INFO] Initializing...

I am closing this PR and will open one from our company GH account.

Isn't this the expected behavior? I think i'ts generally a good idea to "normalize" indentation, regardless what REPL you are using. I tried it with Ubuntu 14.04 default python 2.7.6

The README states: > It makes it easy to interact with different tmux panes directly from Vim. It has two styles for interacting with panes. REPL and Shell styles. Main...

@slashfoo, I originally thought that it works like this, so yepp, I'd be happy if this would be implemented :-)

Have the same issue; any help would be appreciated. Trying to compile on M1

Ohh... So I thought this supposedly renames the titles of the **tmux panes** not the **tmux windows**. Example with `LP_TITLE_OPEN=$'\Ek'`: Example with `LP_TITLE_OPEN=$'\E]2'` (no `;` at the end): Actually I...

> Ah I see. Hm, that shouldn't be too hard to implement. Make an option like `LP_TMUX_TITLE_PANE` that would set `LP_TITLE_OPEN=$'\E]2'` if Tmux was detected. Is that what you are...