numToStr
numToStr
> _**TL;DR - If you are not using the Lua API or `` mappings then you don't need to worry about anything :)**_ --- This deprecates the old Lua API...
jsx
*tl;dr - I am just playing with the idea of making `jsx` first-class, probably via `pre_hook` but if the implementation gets more complicated than I hope it to be then...
### Problem Currently every Lua API is a function call, which is fine, but most of them are similar to others only having different arguments and uses same call under...
## Problem This is probably because `updates` remote is added every time the `update` script is executed. ## Solution There could be 2 solutions - Either ignore/swallow the error -...
## Problem Some distro like manjaro ofter comes with some pre-configured configs for the shell. If dotfiles were installed before removing them then stow will throw an error. ## Solution...
I noticed that you have a >100kb svg file that is used in the readme. It would be a better experience and make your plugin lighter, if you can upload...
I tried to improve tags' styling; specially in dark-mode where the contrast was very low. Let me know what do you all think :) ### Before https://user-images.githubusercontent.com/24727447/183091115-7a188744-d1b4-42e3-a752-9e3563bbdc89.mp4 ### After https://user-images.githubusercontent.com/24727447/183091149-dea48d27-2289-4cce-bf73-ec687907ce62.mp4...
### Problem When you visit `type: tag` page; the tag name is missing from the page title. You can visit the https://site-k83dk8pms-numtostr.vercel.app/tags/neovim to see the missing tag name from the...
### Problem Currently, if someone wants to copy the codeblock contents they have to manually select the content and press Ctrl-c. This could be cumbersome to do if the codeblock...