tamer
Results
2
issues of
tamer
Trying to import a freshly exported pinboard bookmarks (~25k) and getting the following error: "Error in $[803].description: parsing Text failed, expected String, but encountered Boolean" It seems the description field...
bug
``` location = /random { set_by_lua_block $random { return math.random(1, 100) } return 403 "Random number: $random"; } ``` This block produces the following error: ``` Nginx Configuration Parse Error...
bug