Jason Kim

Results 8 issues of Jason Kim

When looking through other people's Rofi configuration, one might stumble upon the option `eh`. It's hard to tell what it does at first glance, unlike other options. Create an alias...

In interactive `dua i`, Ctrl+Z doesn't work. It does nothing. If I stop the process using `kill -STOP ` on a separate terminal, it does stop. If I `fg` it...

bug

Option "long_string_maxlines" does not work these days because the default value 64 is hardcoded into compiled code (`tokens.c`): ```c #define LONG_STRING_LINES_MAX 64 ``` Some artifacts for the option remain, like...

Jira Link: [DB-2052](https://yugabyte.atlassian.net/browse/DB-2052) An upcoming fix for YSQL index backfill will make it more stable but consequently cause backfill to not get retried on failures like master leader failover. Once...

kind/enhancement
area/ysql
priority/medium

Jira Link: [DB-1683](https://yugabyte.atlassian.net/browse/DB-1683) `ALTER AGGREGATE` is not yet supported.

kind/enhancement
area/ysql
priority/medium

Jira Link: [DB-1585](https://yugabyte.atlassian.net/browse/DB-1585) `ALTER TYPE` is not yet supported. This is a followup to #1152.

kind/enhancement
area/ysql
priority/medium
pgcm

Jira Link: [DB-892](https://yugabyte.atlassian.net/browse/DB-892)

kind/enhancement
area/ysql
priority/medium
pgcm

CoreDB contributor docs for compiling have separate pieces of instructions with some beneficial commentary, but there is no fast way to do it in one shot. Add a tldr section...

area/documentation