Eduard Korchmar

Results 18 issues of Eduard Korchmar

## Short description Fixes #1304. Current implementation completely overrides contents of `precmd` tcsh hook. This causes issues for other utils relying on precmd: https://github.com/starship/starship/issues/6093 ## Changes Re-written hook logic for...

**Describe the bug** Using other shell utils that rely on tcsh's precmd magic alias is impossible with direnv, as precmd hooks are overwritten by direnv: https://github.com/direnv/direnv/blob/bb140a134aba464e4141564e57321a552ee5a5fd/internal/cmd/shell_tcsh.go#L14 A cleaner implementation could...

Bug

Closes #6002 Adds a new constructor for `LineEditor`, that allows to specify text to pre-populate the input. Also removes a call to line.clear() in a method to initiate editing, as...

**Is your feature request related to a problem? Please describe.** I would love an option to specify "default" text for `wezterm.action.PromptInputLine`, for example when using it to rename the active...

enhancement

- **PR Description** Adds menu option to delete the branch on remote first, then locally. - **Please check if the PR fulfills these requirements** * [x] Cheatsheets are up-to-date (run...

Behavior is taken from compact mode CSS. Works for left and right tabs positioning. May be broken for MacOS users, which will have to be fixed separately, but I have...

## Description Adds Zen mode integration to [Konsole](https://konsole.kde.org/), making it fullscreen and (possibly) changing to a different pre-configured profile using qdbus. I wish I could find a way to change...

stale

1. When read with `fromJSON` method, big integer literals are not recorded as explict R integers. 2. When written with `toJSON` method, big integers are treated as numeric and may...