Moises P. Sena

Results 11 issues of Moises P. Sena

Fixes the quotes joins on multiple quotes.

Added support for basic authentication with custom script. **Generate linux system authentication script from template (see content below):** ```bash gotty --sys-auth-tpl > ./auth.sh chmod +x ./auth.sh ``` **NOTE:** this script...

Add registered clients feature. See README.md for more details.

Hello! I implement kwargs/keyword arguments for functions and closures. But I'm not very satisfied with the VM performance difference. Could anyone help me with that? Original benchmark: ``` ------------------------------------- fibonacci(35)...

Hello! When call compiled function from go return empty. ```go package main import ( "context" "fmt" "github.com/d5/tengo" ) func main() { // create a new Script instance script := tengo.NewScript([]byte(`...

Meta field scanner allow to check field tags on scanner function.

This PR allow to acess alternatively hash values using DOT `a.b` separator instead of `a["b"]`.

When I run the `Mongo.destroy` command to close the connection manually, it is closed as expected. But end of the program, Julia will call the handler `finalizer` which will try...