heiheshang

Results 17 issues of heiheshang

`Error in process on node '...' with exit value: {problem,[{eep,save_kcachegrind_format,1,[{file,"eep.erl"},{line,315}]}]} ** exception exit: problem in function eep:save_kcachegrind_format/1 (eep.erl, line 315)`

-- The C compiler identification is GNU 10.1.1 -- The CXX compiler identification is GNU 10.1.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc...

application crashes due `{{badarg,[{emqtt,'-timeout_calls/3-fun-0-',4,[{file,"/_build/default/lib/emqtt/src/emqtt.erl"},{line,1131}]},{lists,foldl,3,[{file,"lists.erl"},{line,1263}]},{emqtt,connected,3,[{file,"/_build/default/lib/emqtt/src/emqtt.erl"},{line,935}]},{gen_statem,call_state_function,5,[{file,"gen_statem.erl"},{line,1660}]},{gen_statem,loop_event_state_function,6,[{file,"gen_statem.erl"},{line,1023}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,249}]}]},{gen_statem,call,[,ping,infinity]}}`

`crasher: initial call: emqtt:init/1, pid: , registered_name: [], exit: {{noproc,{gen_statem,call,[,ping,infinity]}},[{gen_statem,loop_receive,3,[{file,"gen_statem.erl"},{line,894}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,249}]}]}, ancestors: [scanner_server,scanner_sup,], message_queue_len: 0, messages: [], links: [], dictionary: [], trap_exit: true, status: running, heap_size: 6772, stack_size: 27, reductions: 13462;...

`Extracting source code Building Erlang/OTP 23.3.4.7 (23.3.4.7), please wait... WARNING: It appears a required development package 'openssl-devel' is not installed. Build failed. gmake[4]: x86_64-unknown-linux-gnu/Makefile: Нет такого файла или каталога gmake[4]:...

my project has jsonb type columns, how can I set the options for the epgsql_codec_json connection? zotonic sets a limited set of options when establishing a connection, i am having...

I see that webworker is sending an event on authorization `model/ui/render-template/signup_logon_box` How can I subscribe to this event on a page or in an erlang module?

reading from a text file in utf-8, I don’t understand, but there are some transcodes, writing to rsc occurs without problems, but here the user is created in an incomprehensible...

maybe I'm wrong, but from_json does not account for the encoding in the header `{Body, Context1} = req_body(Context), Data = jsxrecord:decode(Body), {Data, Context1}. ` I get data in utf-8 and...

I think you can make a list, not a tuple now `z_pivot_rsc:define_custom_pivot("phone",[{phone,"varchar(11)"}],Context).` can do `z_pivot_rsc:define_custom_pivot([{"phone",[{phone,"varchar(12)"}]},{"contact",{contact_id,"integer"}]}])`

enhancement