Michael Ovchinnikov
Michael Ovchinnikov
Add an appropriate reaction to cancelled/aborted requests with `CancellationToken`.
### Repro steps: 1. Install nvs v1.6.0 via MSI installer for a current user. 2. Setup for Git Bash as per [Git Bash on Windows](https://github.com/jasongin/nvs/blob/master/doc/SETUP.md#git-bash-on-windows). 3. Using Git Bash add...
Administrator: Windows Powershell output: ``` Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Try the new cross-platform PowerShell https://aka.ms/pscore6 PS C:\windows\system32> nvs nvs : File C:\Users\user\AppData\Local\nvs\nvs.ps1 cannot be loaded....
If one launches `nvs auto on` in Windows git bash (elevated or not), the output is: `Warning: NVS cannot update PATH unless sourced from the shell.` Why is that? What...
Feature suggestion to implement an option to auto-rotate data labels to overcome overlapping in a similar fashion Chart.js do this (see `maxRotation` param @ [Cartesian Axes docs page](http://www.chartjs.org/docs/latest/axes/cartesian/#tick-configuration)). Illustration: 
Cannot apply HTML5 min/max attributes along with directive for `input[type="number"]`. Examples: `` Result: HTML5 attributes applied, `ng2-validation` directives are NOT applied. `` Result: HTML5 attributes NOT applied, `ng2-validation` directives are...
Cannot play any track on macOS Sierra. Soundnode 0.6.5 macOS Sierra x64 Repro: 1. Open app 2. Start any track. Result: The track isn't being played.
A feature request to provide reasonable default error messages for available validators. Currently it's just `Invalid value`, which doesn't make sense.