Miran

Results 97 comments of Miran

> Some lisp parentheses — those that have `'` or ``` ` ``` before the opening parenthesis — are not highlighted properly. @luochen1990 any chance that this might get fixed?

Update: I've managed to fix this by adding the following rule to my config for `racket` (the same should be for `lisp` too): ``` let g:rainbow_conf = { \ 'guifgs':...

A similar example, but using `mapIt`, works: ```nim import os, sequtils, sequtils, sugar for file in walkDirRec("./"): let multiplier = 5 echo(toSeq(1..4).mapIt(it * multiplier)) ```

Related: https://github.com/nim-lang/Nim/issues/18840

> I think this is something we should consider resolving before releasing the new Nimble CC @Araq @bobeff Also, we should handle better/differently this error: > Error: You are working...

> Reading it I don't see what the cause of this could be. @narimiran any ideas? I've taken a quick look. I think my change of allowed time for edit...

> I still wonder why I couldn't edit the post anymore even after a few minutes. As far as I understand the code, the threshold is supposed to be two...

> can you confirm me too? I think I did it. See if it works for you and reply here if not.

> I'm not super convinced by this PR Neither am I :) > But because of --skipParentCfg, we'll have to duplicate theses flags on nim.cfg and tests/nim.cfg, which is just...