Sergey Samokhov
Sergey Samokhov
I know @chenglou warned against excessive point-free programming, but when you pass something like: ```reason x => x->DoThis->DoThat->AndNowForSomethingCompletelyDifferent ``` you just know you actually describe transformations, not data points, and...
Do you think maybe we need some Getting started instructions for potential contributors with little experience in opam, Dune, Azure, etc. Personally, I’m looking at the repo and I have...
Of course, that’s nitpicking, so feel free to dismiss it if it’s hard to implement :) Anyway, here goes. Right now the plugin folds code like this: ```elm | |...
Arguments of parameterized types, e.g., `~label=option=?` have `>=` in them, and that unfortunately results in a ligature in the fonts that support them. Probably some cases when those ligatures are...
Hi! Your plugin (which is pretty sweet otherwise) gives me the subj. Reproducing is easy enough: select a whole line (say, with Home and Shift-End or vice versa) and press...
Suppose I want to manipulate markdown AST and export the result as markdown. Am I correct to understand there’s no way to convert AST to markdown other than writing a...
Hi! Don’t know if anyone noticed :grin:, but when I compile `bsdoc`, I get a bunch of warnings: unused opens, unused variables, shadowed identifiers [and so on](https://gist.github.com/hoichi/39739d6ba02878ce469add8894980d34). Those shadowed identifiers...