FedorFL

Results 4 issues of FedorFL

Hello, if I call random generation inside request processing callback, esp8266 fails: seems like it's because 'yield' inside request processing: "You can not use yield or delay or any function...

Hello, is it possible loading extensions into REDISQL? like: db.enable_load_extension(True) db.load_extension('./spellfix') I'm trying $ret = $redis->rawCommand('REDISQL.EXEC', $DbName, "SELECT load_extension('./spellfix');"); and getting Fatal error: Uncaught exception 'RedisException' with message 'not authorized'...

Hello, I want request feature to be able adjust gap interval: gap=20 (enable AND set delay 20 sec between play) for example. I have kiosk shows video while idling with...

Hello, can I switch module to work with python 3 ? Have checked sources briefly and don't see easy way for it.