Michał Drzał
Michał Drzał
This is probably issue with some cookies not being properly cleaned up. If you encounter this issue again please check what cookies you have present before logging in. I've encountered...
Can you reproduce the steps for the issue reliably? That would be very helpful for us to hunt down this issue.
@zerobig were you stuck in a redirect loop by chance?
 It seems to be proportional to number of years visualized.
@KirbyJames removing `plt.tight_layout()` solves the issue for me
@kthompson hello this pull request is follow up on discussion from #67 - i was thinking about adding method shown in this PR if that would be ok, I'd add...
I mean the ability to call: `var files = Glob.Files("C:/**/*.cs");` instead of having to providing working directory separately: `var files = Glob.Files("C:/", "**/*.cs");` Is the former somehow possible?
You want to update ASP.NET Identity-related code with: https://github.com/g0t4/aspnet-identity-mongo And IS4-related code with: https://github.com/diogodamiani/IdentityServer4.Contrib.MongoDB But unless there is a sufficient demand for that we do not intend to test and...
Thanks! Could you provide a PR with proposed changes?