Nikita Vorontsov

Results 7 issues of Nikita Vorontsov

and another little fixes to expand `resource` support.

when i try to get feedback like this: ``` erlang VoipFeedbackConf = #{certfile => VoipCertFilePath ,keyfile => VoipKeyFilePath ,host => FeedbackServer ,port => 2196 ,timeout => FeedbackTimeout}, Self = self(),...

Erlang/OTP 20 [erts-9.3.3.7] Proper 1.3.0 from Hex Try to run prop with `?FORALL_TARGETED`, get crash report: ``` {'EXIT', {badarg, [{unicode,characters_to_binary, [[#Fun, 1076, #Fun, 53, #Fun, 34,37125]], []}, {proper_gen_next, '-let_gen_sa/1-fun-0-',6, [{file,...

I use code, close to your example in yaws.pdf doc to upload files to server: ``` erlang out(A)-> Method = yaws_api:http_request_method(A#arg.req), handle(Method, A). handle('GET', A)-> Form = {form, [{enctype, "multipart/form-data"},...

Hi. I investigated memory leaks in my application, decided to apply recommendations you suggested here, in the issues - I added the removal of the event handler using HandlerDisconnect and...

Allow to easy extract real error