Lily Acadia Gilbert

Results 10 issues of Lily Acadia Gilbert

I recently had a situation where I was passing ```algorithm``` instead of ```algorithms``` to ```jwt.decode()```. Due to the ```**kwargs``` eating the ```algorithm``` parameter and the decode method looking at the...

enhancement
keep

Sorry in advance if this has already been discussed somewhere, I had a hard time finding any information about it. I have a situation where I would like to string...

Probably a stupid question, but I'm not sure how I can utilize autocomplete with this vim plugin. I would like to be able to do something like type in `ReactDOMRe.`,...

Issue is here: https://github.com/mattupstate/flask-jwt/blob/master/flask_jwt/__init__.py#L78-L91 Setting the require and verify in the options does not actually make pyjwt verify those claims, they are simply ignored by pyjwt. If you wanted to...

It looks like the current author is looking for a maintainer of this software: https://twitter.com/mattupstate/status/790184050640162816. I wrote another jwt flask extension that offers what this extension does, plus some extra...

It looks like time machine will occasionally nuke snapshots itself. If I had to guess, it is probably doing something along the lines of `tmutil thinlocalsnapshots /`. As it stands,...

Should be able to create, list, and delete snapshots from the tool.

Once we have everything else worked out, we should have an installer for this. Homebrew cask might be a good choice for this, as having to download all the haskell...

If we run the tool as a cron, we have to deal with having all of the rules in a cronjob (or launchd or whatever). This might make it harder...