This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Rebar3 report | |
| version 3.4.7 | |
| generated at 2017-12-22T10:20:10+00:00 | |
| ================= | |
| Please submit this along with your issue at https://github.com/erlang/rebar3/issues (and feel free to edit out private information, if any) | |
| ----------------- | |
| Task: | |
| Entered as: | |
| ----------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| skinparam DefaultFontName "Neucha" | |
| skinparam BackgroundColor transparent | |
| skinparam Shadowing false | |
| skinparam Handwritten true | |
| skinparam Note { | |
| BorderColor #303030 | |
| BackgroundColor #CEEEFE | |
| FontSize 12 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/unite_compact.erl b/src/unite_compact.erl | |
| index 012908f..9b03e61 100644 | |
| --- a/src/unite_compact.erl | |
| +++ b/src/unite_compact.erl | |
| @@ -246,18 +246,21 @@ format_case(Failure, ST, Color) -> | |
| format_source(Failure, ST) -> | |
| case get(source, Failure) of | |
| undefined -> | |
| - format_stack_line(hd(ST)); | |
| + format_stack_line(ST); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env escript | |
| %% | |
| %%! -noshell +pc unicode | |
| main([BinTerm]) -> | |
| [Bin] = consult(BinTerm ++ "."), | |
| io:setopts(user, [{encoding, unicode}]), | |
| io:format(user, "~ts~n", [Bin]), | |
| erlang:halt(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %% vim:set softtabstop=4 shiftwidth=4 tabstop=4: | |
| -module(sign_certificate). | |
| -author("Michael Taylor <[email protected]>"). | |
| %% External exports | |
| -export([sign_certificate/1]). | |
| % sign a certificate from a certificate signing request (CSR) | |
| % RequestDER is a CSR binary in DER format | |
| % return Certificate as binary in DER format |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # cd ranch && git log -1 --oneline | |
| cd09998 Add the {nodelay, boolean()} option controlling TCP_NODELAY | |
| # erl -pa lager/ebin ranch/ebin cowboy/ebin -boot start_sasl | |
| Erlang R15B02 (erts-5.9.2) [source] [64-bit] [smp:4:4] [async-threads:0] [hipe] [kernel-poll:false] | |
| 1 : =PROGRESS REPORT==== 12-Oct-2012::17:30:44 === | |
| 2 : supervisor: {local,sasl_safe_sup} | |
| 3 : started: [{pid,<0.35.0>}, |
NewerOlder