Yiming Paul Li

Results 8 comments of Yiming Paul Li

However, the category name is misaligned with the multiple-line skills. See https://github.com/posquit0/Awesome-CV/issues/136

Still getting the "[Errno 2] No such file or directory" error...

+1. Consistent list markers can also solve a pain point of mine as follows: Before: ```markdown * item 1 - item 2 ``` After: ```markdown * item 1 - item...

> how that plugin handles the complications From the plugin's README: - When renaming the current file -> will update the heading - When opening a file that doesn't have...

Ran into a couple of additional issues running `make html`, see the Makefile [here](https://github.com/plotly/plotly.py/blob/master/doc/apidoc/Makefile). I use a MacBook Air (M1, 2020), using macOS Big Sur 11.6.2. ## issue 1 ```bash...

Check out Pateron. They use a service called Payoneer for [non-US accounts payout](https://support.patreon.com/hc/en-us/articles/115004029783-Set-up-my-payout-information).

+1 to the ability to search a note's influx section when searching a note. My typical use case is that everything lives in daily notes and link to specific topic...

I installed `ripgrep` with homebrew, but file tagging also does work for me. Adding the setting `"USE_BUILTIN_RIPGREP": 1` didn't work either. ``` which rg /opt/homebrew/bin/rg ```