numToStr
numToStr
Next.js 12.2 introduces `experimental.newNextLinkBehavior` which removes the need to add `` tag manually inside `next/link` but it introduces 2 problems 1. Now `nextra` renders nested `` tags - On `type:...
Thank you for making `nextra`. I am currently migrating my website from Gatsby to Nextra and found the migration to be really easy and fun ❤️ I ran lighthouse after...
When I try to install `coc-prettier` via `let g:coc_global_extensions`, I get this error:   I debug the npm log and I found this ```log 1845 verbose stack SyntaxError: Unexpected...
I am trying to query all the comments inside the jsx using `(jsx_expression (comment)+)` query but the Query class is unable to parse the same and throws this error ```...
I would say, why not? :)
### Problem When I hear dependency I think of something third party thingy and putting `neovim` identifier inside it _maybe_ is not a great idea. As this is **the** editor...
Just to explore, not finalized.
Follow LLS' grammar for emmylua annotations https://github.com/sumneko/lua-language-server/wiki/Annotations
Currently, Lexer doesn't tokenize the following - Inbuilt types https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#types-and-type - Optional (`?`) token in param So, the goal is to tokenize and do something with these.