refactorsaurusrex
refactorsaurusrex
Under the heading... [How does this compare to ASP.NET Identity / ASP.NET Membership?](https://github.com/SimpleAuthentication/SimpleAuthentication#how-does-this-compare-to-aspnet-identity--aspnet-membership) This line... `Read this wiki page for an elaborate discussion on the differences (pro's/con's) of Simple Authentication...
This example is taken straight out of the [documentation](https://github.com/cosmo0/commandline/wiki/Mapping-Properties-To-Options#scalars). Doesn't matter if I explicitly set `CaseSensitive = false` or use the default options, "bye" will not parse to `GreetType.Bye`. However,...
## To Reproduce 1. Click the question mark ## Screenshots 
## Steps to reproduce 1. Set time out to something like 48 hours. 1. The timeout is truncated to 24 hours. ## Resolution The timeout should be set to whatever...
- Rewrite all documentation for v2.0. - Use Docusaurus 2.0. - Old docs will live on v1 subdomain.
## Summary By default, when `Add-JournalEntryContent` is used, the command text is persisted to PSReadLine history. Given that this text could easily contain sensitive information, users should be warned about...
Currently, each journal entry is created with a top-level heading representing the date of the entry. While this should remain the default, users should have the ability to specify their...
## Background Although I always thought having native git support was a super cool feature, getting it to work in a cross platform manner has proven to be a pain...