jetmonk

Results 6 issues of jetmonk

motionEye Version 0.42.1; Motion Version 4.0, OS Version Raspbian 9.4 Hello, I recently updated motioneye to 0.42.1, and I'm having problems with Google Drive. I can get a token, but...

bug
troubleshooting

Modern asdf seems to demand that all asdf:defsystems are named hunchentoot or hunchentoot/XXX; however hunchentoot.asd has hunchentoot-test and hunchentoot-dev systems. This generates a warning on startup. Perhaps they should be...

It seems to me that session cookies expire (last few lines of src/middleware/session/state/cookies.lisp) but I can't find any garbage collection for cookies inside the stores. Unless I'm missing something -...

* \*allow-nan\* - allows parsing of Nan,Inf,Infinity into 'nan 'plus-infinity 'minus-infinity * \*yason-float-parser\* - allows separate float parser for floats * \*yason-float-type\* - now 'double-float - sets output type of...

NaNs are not supported in JSON by default (though in Perl parser apparently). Some JSON files contain them, though. I found this to be a useful change in parse.lisp ```...

The git documentation says "The different Mustache tags are documented at mustache(5)." but the link is dead. Would it be possible to put this file into the tree?