Joongi Kim

Results 259 comments of Joongi Kim

> Once the nightly build completes, you can set `normalize_to_nfc = true` in your config to normalize to NFC. I think this would be a good realistic compromise. There is...

Here is the recording: [wezterm-recording-DL6TzF.cast.txt](https://github.com/wez/wezterm/files/9507914/wezterm-recording-DL6TzF.cast.txt)

Here is the recording for case 3: [wezterm-recording-Djtv4P.cast.txt](https://github.com/wez/wezterm/files/9524183/wezterm-recording-Djtv4P.cast.txt)

Please refer #800 on why this happens and how to fix it.

How about naming such "session tasks" as "session maintenance tasks" as a new terminology? Some future ideas: - Make it something like a queue, so that we could make reservation/enqueue...

The first phase includes just a simple ongoing commit task tracker table with an extensible table definition (target: 22.09). The second phase includes a more generic session maintenance task tracker...

We need to extend/continue this PR: #493

Once https://github.com/pantsbuild/pants/pull/16484 is done and we migrate to the 2.14 release line of Pants, we won't need to install two separate Python versions for Pants and our project. Let's see...

TIP) For those who wants to check the Python versions in your system: ```console $ for p in $(which -a python) $(which -a python3); do echo "$p -> $($p --version)";...

Some more ideas: what if we want to make the state transition upon an external event such as our event bus or the docker daemon's lifecycle events, after a successful...