Joseph Jude

Results 3 issues of Joseph Jude

OS: Mac Nimble: ``` # Dependencies requires "nim >= 1.0.4", "jester" ``` If I have all code in a single file: ``` import jester, json routes: get "/": var jsonResp...

Consider this test: ``` import pyotp from time import sleep key = pyotp.random_base32() for i in range(1,10): otp = pyotp.TOTP(key).now() sleep(5) print pyotp.TOTP(key).verify(otp) ``` Sample output is: ``` True False...

Is it possible to add support for footnotes as supported in discount?