Oskari Lehto
Oskari Lehto
I m also having this problem and it gets solved by adding the if clause like so: https://github.com/superosku/angular-loading-overlay/commit/62887d3ef363ecd98ed71e7443a050e00e01dde4 Unfortunetly I m not familiar with the codebase so much that I...
DNS.4 seems to work properly for me
Works for me on latest chrome
Having the same issue here. @ahopkins is there any other way to handle deleted users?
Maybe deactivating the user instead is the way to go. But also it would be nice if sanic-jwt supported removing users. At first this solution was not working for me...
Yeah that makes sense. But there should be a way to use sanic-jwt so that one can delete users. And there should be a documented way to implement that. It...
I did consider importing the `_ValidatorType` and that it might fix the issue. But I did not want to do it since it is marked as private (The `_` prefix)....
Fixed here: https://github.com/python/mypy/pull/16966 Duplicate with: https://github.com/python/mypy/issues/14109