Michal Altair Valášek

Results 10 issues of Michal Altair Valášek

**Describe the bug** The ValidationContext.ObjectInstance property is expect to contain the entire entity being validated (the class on which the properties `Minimum` and `Maximum` are defined). Instead it gets instance...

bug
help wanted
breaking-change
needs-design

The city is officially and commonly named just "Ostrava". The variant with exclamation marks is just a recent branding thing with a new city logo. Reference: * https://www.ostrava.cz/en/o-meste/logo-mesta-ostravy * https://en.wikipedia.org/wiki/Ostrava#Marketing_logo

Current (1.x) version of AutoACME is using ACME v1 protocol. Let's Encrypt now launched in production the ACME v2 and although there are no plans to retire v1 in foreseeable...

Currently there is no way to exclude button (like 'Back', 'Delete' etc.) from client-side validation. It would be nice if your library supported for example the standard `formnovalidate` attribute.

My route is defined as follows: ``` config.RouteTable.Add("Calendar", "kalendar/{Year:posint}/{Month:posint}", "Views/Calendar.dothtml", new { Year = 0, Month = 0 }); ``` I'm calling it from RouteLink control: ``` ... ``` The...

Framework
proposal
good first issue

I'm trying to use Azure Storage with connection string. The `FromConnectionString` methods throws `FormatException` if the key includes the "+" character. This is the minimal code to reproduce: > The...

### Fixes Invalid method name in documentation. ### Description Fixed incorrect `UseAzureBlobStorage` to correct `UseAzureBlobStorage`. - [x] I've made sure that this PR is raised against the [develop](https://github.com/aloneguid/storage/tree/develop) branch. -...

The L2TP/IPSec instructions direct users to use PowerShell ISE. Why? IMHO is easier to let them use standard PowerShell or even better standard CMD.

The sample contains call to undefined method MergeAttribute and does not work. I added the method.

**Is your feature request related to a problem? Please describe.** The companion app window cannot be resized and moved. **Describe the solution you'd like** Companion app window should behave like...

companion-app