Šimon Let

Results 140 comments of Šimon Let

The foreground color is the default. You change to different colors with different escape codes and then there is an escape code for resetting the colors. From https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html: ``` 8...

> Thanks for opening your first issue here! Be sure to follow the issue template! You have no issue template for questions.

Similar thing might happen with `emptyDir` volumes: See this configuration example from official docs (https://kubernetes.io/docs/concepts/storage/volumes/#emptydir-configuration-example): ``` apiVersion: v1 kind: Pod metadata: name: test-pd spec: containers: - image: k8s.gcr.io/test-webserver name: test-container...

This issue is very similar to this one: https://github.com/rcaloras/bash-preexec/issues/27

My immediate thought was to use some of the variables that are set when readline widgets are executed (`READLINE_LINE`, `READLINE_POINT`). The problem is that these are not set when the...

This is a reply I got from Chet Ramey: On 3/15/20 7:41 AM, Šimon Let wrote: > Hi All, > > I'm using PROMPT_COMMAND and DEBUG trap to emulate "PRE"...

The most important part is that there is no way to tell why was the DEBUG trap triggered. It seems that there are two options: 1) come up with some...

@TheRoarkster: I can confirm that after upgrading to GNOME Shell 40.3 on Manjaro the extension stopped working for me. Both the setting dialog and the extension itself stopped working. Btw...

I will get to this eventually. Or more precisely, this won't be WIP anymore once I (or someone else) fixes `kubectl-neat-diff`.