Simon Skorokhodov

Results 5 issues of Simon Skorokhodov

`{command, true}` option directs to stop parsing at the first unrecognized token. It is useful when the program has subcommands with their own sets of options. The rest of the...

The output of `rebar3 eunit` contains warnings: ``` _build/test/lib/getopt/test/getopt_test.erl:0: Warning: missing specification for function test/0 _build/test/lib/getopt/test/getopt_test.erl:30: Warning: missing specification for function parse_main_test_/0 _build/test/lib/getopt/test/getopt_test.erl:222: Warning: missing specification for function parse_multiple_repetitions_test_/0 ......

I have a Dockerfile ```dockerfile FROM rust:1.54.0-buster WORKDIR /earthly ENV RUSTFLAGS='-C linker=x86_64-linux-gnu-gcc' ENV CC='gcc' ENV 'CC_x86_64-unknown-linux-gnu' 'gcc-x86-64-linux-gnu' ENV 'CC_x86_64_unknown-linux-gnu' 'gcc-x86-64-linux-gnu' RUN echo 1 > 1.txt ``` And build it successfully...

type:bug
good first issue
hacktoberfest

When processing a HEAD request, it's required to properly set the `Content-Length` but not the response body. So far, I didn't find a way to set the `Content-Length` except by...

bug
pr welcome
ideas welcome
server

Hi guys, Thank you very much for the brilliant RN component! I'm trying to avoid a race condition when I subscribe to characteristic notifications. Right after, I write to another...

question