Sergey Ignatov

Results 83 comments of Sergey Ignatov

Hi! Could you please provide a sample project that I can use to reproduce the bug?

Hi, I have no objectives, due to a lack of time I'll be glad to have any assistance.

``` -module(main). -author("ignatov"). -export([hello/0]). hello() -> Predicate = fun({{function, quote, 2}, _, _, _, _}) -> true; (_) -> false end, {ok, Docs} = code:get_doc(ftp), {docs_v1, _Anno, _BeamLanguage, _Format, _ModuleDoc,...

even shorter ``` -module(doc_doc). -author("ignatov"). %% API -export([doc/0]). doc() -> io:format("~p", [(shell_docs:get_doc(ftp, quote, 2))]). ``` And now I want to render it to HTML, but I don't know how to...

``` -module(doc_doc). -author("ignatov"). %% API -export([doc/0]). doc() -> Module = ftp, Function = quote, Arity = 2, {ok, Doc} = code:get_doc(Module), Config = #{encoding => unicode, ansi => false, columns...

Hi! Please share your project in order to reproduce?

Could you please provide a bit more context, I'm out of it, and provide a small example of `parameterized types`.

But we can just send the message with the new state but fill the Err field.