Raphael 'kena' Poss
Raphael 'kena' Poss
Found while working on #109.
If I do `Color("1").RGBA()` I get `(0,0,0)` (black). I am expecting the ansi color to be properly converted as per termenv. (Found while working on #109)
Found with the following: ```go Place(10, 3, Center, Center, "hello", WithWhitespaceChars("\t"), )) ``` lipgloss hangs forever. cc @meowgorithm
Fixes #71932. Running the multiline / history tests with TERM=xterm causes the shell to emit xterm-specific escape syntax that in turn confuses expect/TCL. Release note: None
This PR extends the server-side completion logic available under SHOW COMPLETIONS. Informs #37355. Intended for use together with #86457, which would fix issue 37355. The statement now returns 5 columns:...
| Type | CockroachDB | Postgres | |------|-----|--------| | `int` | primitive type, 64-bit | alias for `int4`, never shows up in vtables | | `int2` | alias for `int`...
In the context of https://github.com/cockroachdb/cockroach/pull/86457 I found that our unit tests using Expect were getting confused by the initial termenv read. We need to disable that somehow. @muesli taught me...
@muesli invited me to submit a PR that imports https://github.com/knz/lipgloss-convert into lipgloss directly. I am very happy to offer. Here it is.
Fixes #262. ``` name old time/op new time/op delta Matches/success-32 66.9ns ± 1% 15.7ns ± 0% -76.47% (p=0.016 n=5+4) Matches/fail-32 27.9ns ± 0% 12.4ns ± 2% -55.70% (p=0.016 n=4+5) name...
If I trick textarea/textinput to accept control characters in its input (most easily, by using control characters in the input of `SetValue`, but also possible via bug [#466](https://github.com/charmbracelet/bubbletea/issues/466), textarea/textinput get...