Pouriya

Results 7 issues of Pouriya

rebar3 shell will have new commands for example compile(), version(), tree() etc. ```erlang pouriya@codefather /p/rebar3 $ ./rebar3 shell ===> Verifying dependencies... ===> Compiling rebar Erlang/OTP 20 [erts-9.3] [source] [64-bit] [smp:4:4]...

**Describe the solution you'd like** something like: ```erlang {NewC2SState, NewAuthResult} = ejabberd_hooks:run_fold( jwt_check, LServer, {C2SState, AuthResult=true}, [JWTFields] ) ``` So I can check my custom metadata in given fields and...

Note:Needs more info
Kind:Feature

Can we run it stand-alone and monitor other node (if that node doesn't have wobserver installed)?

After producing 31 millions data I see following errors for all producers in logs: ```erlang 2020-09-23 11:19:01.968201+00:00 [error] ** Generic server terminating ** Last message in was {msg,, {kpro_rsp,#Ref, produce,5,...

When i want to use this lib as dependency and want to publish my package to [Hex](https://hex.pm), An error occurs because this package did not publish on Hex.

Hi. I copied all of commands from [this section](https://github.com/tpm2-software/tpm2-software.github.io/blob/master/_posts/2020-04-13-Disk-Encryption.md#addressing-pcr-brittleness-from-intentional-software-updates-with-authorized-policies) and pasted into a file `tpm.sh`: ```sh #! /bin/sh set -xe mkdir -p tpm cd tpm dd if=/dev/urandom bs=1 count=32 status=none...