Nickolay Platonov

Results 14 comments of Nickolay Platonov

Да, то что регулярки не композиционируемые это давно известная проблема. Люди кто их проектировал похоже не читали про монады и ФП. В перле для этого придумали Regexp::Grammars, очень удобная вещь....

В доках я бы сделал упор на слово composable: ``` $mol_regexp Build composable regular expressions, which compiles to native RegExps. Generate a sample matching string for them. ```

Can not reproduce this one. I'm testing with this class definition: ```ts /** * Has docs */ export class BaseClass { /** * Has docs */ some : number //...

@judax Perhaps you did not include the docs for the class itself? Then the whole class won't be included.

Same here again. Any working solutions?

The workaround for me was to use `esinstall` to install `graphql-request` for me. It creates a separate folder `web_modules` and pulls in all dependencies. This is of course sub-optimal in...

Why not to start with something simple and obvious, instead of trying to solve the whole huge use case at once? Similar to how TC39 adds features to JS -...

Other haskell plugins (like IntelliJ plugin) do this with "stack unpack"