Daehyun Kim

Results 31 issues of Daehyun Kim

Thx for this awesome plugin. I found a really mysterious bug. It works well with either tmux or gnu coreutils but not with both. Specifically, 1. 'Selecta' works well inside...

for example, if I have an alias cl: ```alias cl='cd $@; ls -a'``` how can I apply the same functionality to 'cl', i.e. fzf pops up when pressing after $...

enhancement

For those who wanna reset the app, here's my sneaky unofficial solution for it. Beware as I am not responsible for the side-effects. ``` cd ~/Library find . -name '*octomouse*'...

This is so amazing! Any way to support watch mode? ``` watch -n 2 git-graph ``` The above command does not support colors, unfortunately...

Hello, Thanks for creating this wonderful project. It has been very useful. After successfully completing my presentation using reveal-md, an audience member requested that I share some slides in PDF...

![image](https://user-images.githubusercontent.com/18080546/194880837-bff55bd3-2f49-4b46-9da4-b48f281cd2e8.png) Reason: `Note [there is vulnerability CVE-2022-21797](https://nvd.nist.gov/vuln/detail/CVE-2022-21797) when using joblib < 1.2.0` https://stackoverflow.com/questions/73830225/init-got-an-unexpected-keyword-argument-cachedir-when-importing-top2vec Sorry that I am so lazy to create a pull request. I just have an exam tomorrow....

http://jira.cubrid.org/browse/CBRD-25340 Fix minor English grammar mistakes in the error messages: - is not exist -> does not exist - is exist -> exists - is not valid xxx -> is...

A typo fix proposal for https://github.com/namhyung/uftrace/issues/1930 `the compiled the user` -> `the user-compiled`

## Improve Documentation about Flame Graph It seems like the flame graph is skipping a few functions if their durations are below a certain threshold. I was trying to generate...

There is a minor redundancy in the README.md file regarding the usage of --auto-args with debug information. The sentence in question is: ``` If debug information for the program (gcc...