Matt DeKrey
Matt DeKrey
## Logging in to the Azure CLI does not provide access to `az devops` commands as expected **Command Name** `az devops project list` (Extension Name: azure-devops. Version: 0.23.0.) **Errors:** ```...
[Built-in user accounts](https://github.com/simplcommerce/SimplCommerce/blob/master/src/SimplCommerce.WebHost/Migrations/20190212090153_SimplCommerce_v1_0_0.cs#L2166-L2167) tend to be a security issue waiting to happen. There's two common alternatives that should be considered: - [ ] An initial setup page where the initial...
`offsetHeight`/`offsetWidth` do not work with elements often in the DOM that are not actually HTML Elements, for example, SVG elements. [I'd recommend using `clientHeight`/`clientWidth`](https://stackoverflow.com/a/4106585/195653) when the offset versions are undefined,...
I believe there is an inconsistency in configuration variables when running a `netstandard2.0` library. I use hierarchical configuration via Microsoft.Extensions.Configuration, such as: { "Storage": { "Processing": "--my connection string--" }...