Sergey Zhukaev

Results 4 issues of Sergey Zhukaev

Greetings, Having the ability to autocomplete props whose type is variant/polymorphic variant should be pretty neat. Right now you can see the type of the prop ![image](https://user-images.githubusercontent.com/8079999/143719905-95562da4-9227-4589-a630-69cba5d46170.png) but can't actually...

enhancement

In the current state of affairs only the first line of the comment is treated as such, the rest is rendered as is ![image](https://user-images.githubusercontent.com/8079999/149793211-bcd4ed23-077d-450d-9917-7f484de3bbb6.png) All grammar is ignored, even in...

enhancement

Functors provide a way to describe your types in a more concise way. Compare these two examples: ``` Belt.Map.t ``` ``` MapOf(Name).t ``` [In Reason](https://reasonml.github.io/en/try?rrjsx=true&ocaml=LYewJgrgNgpgBAFwJ4Ad4GU4F44GcCWA5gFByKrwB2IlATjAMaLGnlpz5gyUL7ItkAbgEMocBsBRwAXHAAUCADQcuPPkgCUcAEIwoCAHQBJMAYkpi3MC1CRYcALLCUAeQBm8hzLjotOXAi0EAwIrMjsAOQiUBDwCNieBkpwUaKxyg4GnNy8yFq6+gZOKEmWlNbEttDwAHLCwPA4BYYmRcIA1jAAwiCSwrTCAEb2cgFBIWEUiAlj+JQkrLDx5gnogXOEZr0o-TBlYBos4fDClPjAotisAD5wPQDuN3AACkRPAIJQOwwMwixLcEo9RgYHeZwuUFw3lO50uxXccjqDQ0SSuZGabRKblovXetAGSFYZAAfpxpHIqvYkTBDmQyABtW5yABEXT0MFoSGZyk+31+GgA3PJmeg0O1YNy7iB7oLhQBxCAIXCS16ELTXAC6rGIAIA+gkgQ1QeDRFDrgA+HR6QzFJIgPEEuAWuAAKVwBigIBIQA) it works perfectly fine [In...

Hi. I was trying to update the code of Tablecloth to Rescript 11 and faced quite a strange regression. Here is a simple repro: Demo.res ``` type t let map...