m3lt
m3lt
```lua crash = function() return 10/0 end return pcall(crash) ``` This still crashes in luerl, ignoring the supposed protection of "pcall". The official lua returns inf, when divided by zero....
like how does it work? I didn't really understand it from the comments in src/luer.erl or the wiki. Maybe an example project that uses different ways to extend the functions...
you got the wrong link in the README for the the power extensions, I think? It is the same as the SATA splitter :') https://pl.aliexpress.com/item/1005001338498358.html
I learned that strtrim should _only_ remove characters of the given set at the end and start of the input string. This tester lacked a test to catch that misunderstanding,...