Luca Succi

Results 11 issues of Luca Succi

Managed to patch the shell commands for PowerShell, all ct tests succeeded (few are skipped anyway on Windows) My testing was limited to running ct tests on my Windows machine....

My team encountered this error while running our plugins under rebar: ``` Error: badarg [{ets,lookup_element, [hackney_config,mod_metrics,2], [{error_info,#{cause => id,module => erl_stdlib_errors}}]}, {hackney_metrics,get_engine,0, [{file,"/***/_build/default/plugins/hackney/src/hackney_metrics.erl"}, {line,27}]}, {hackney_connect,create_connection,5, [{file,"/***/_build/default/plugins/hackney/src/hackney_connect.erl"}, {line,75}]}, {hackney_connect,connect,5, [{file,"/***/_build/default/plugins/hackney/src/hackney_connect.erl"}, {line,44}]},...

The recent support to OTP-26 is stil appling the ssl patch, while 24 and 25 already let this to the `grisp_cryptoauth` app. To be inline with the refactorings, this has...

This addresses #114 The `README.MD` is now used as overview page for the documentation.

## Context We are interested in building NIF based projects for GRiSP boards. Many libraries compile their NIFs using rebar3 `shell hooks` that typically call a Makefile. We have an...

We had this ugly crash caused by an unhandled error value returned from `send`. It would be nice to catch this and close the process in a clean way. ```...

I tested in another repo and a private slack channel, this should work.

Strange problem appeared while running `rebar3 grisp pack` ``` * GRiSP deploy bundle archived in _grisp/deploy/grisp2.test_grisp_io_plug.0.1.0.tar.gz ===> Deployment done * Preparing and validating... * Creating disk image... * Creating disk...