LGMAM
LGMAM
As far as I can tell, there is not support for setting a custom key comparator via the function call `int mdb_set_compare ( MDB_txn * txn, MDB_dbi dbi, MDB_cmp_func *...
Hello, Newbie here. I have just installed this package to protect a SOAP API gateway. I am just loading the default rules and if I send a SOAP request with...
Hi, This code is throwing a panic error and can't figure what the problem is: ``` b := binder.New() m := b.Module("request") m.String("host", "foo") b.DoString(` local r=require 'request' print(r.host) `)...
We are using resty to run some long running processes - basically a while true loop that consumes messages from a message queue and then make some http calls for...