numToStr

Results 34 issues of 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: ![Screenshot_20200503_184020](https://user-images.githubusercontent.com/24727447/80915136-c8eabc80-8d6d-11ea-8fe6-2a8a332cf1ba.png) ![Screenshot_20200503_184344](https://user-images.githubusercontent.com/24727447/80915165-0d765800-8d6e-11ea-9824-4f1e38a90666.png) I debug the npm log and I found this ```log 1845 verbose stack SyntaxError: Unexpected...

question

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 ```...

bug

### 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

enhancement

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.

feature