Alessandro

Results 9 comments of Alessandro

@bamapookie I don't think this is right: ```javascript it('selects the first matching language in loose mode, even when the accepted language is more restrictive', function(){ var result = parser.pick(['en', 'en-US',...

In the previous comment I explained a specific example for a case where picking the first matching lang-region is not correct if a generic language exists (also if it came...

Perfect, I'll open an issue.

> ```js > parser.pick(["en", "nl"], "en-GB,nl;q=0.5" > ``` I think It is correct to return "nl" for this scenario. "nl" and "en-GB" have the same priority (q=0.5), so why a...

Reading this discussion [here](https://github.com/99designs/aws-vault/issues/124) I find out the .exe is not an installer and it is actually the tool itself. That's why it doesn't install ! Rename the downloaded file...

> 0. Connecting .... Web OS 04.40.92

Another example: SSSSS: initial amount: 100 sell percentage threshold: 2.0 price check frequency in seconds: 60 buy amont in USD: 100 PPPPP: ticker cache: 15 account number: "123456" public key:...

I have a similar problem. CustomerId: 66123 I want load it as string. It is always recognized as TimeSpan. I tried to use: - CustomerId: 66123 -> ok, this should...

I was able to read _"001"_ and _"66123"_ as a strings using the constructor with **inferTypesFromString** set to _false_: ValueA: "001" ValueB: !!str 001 type Configuration = YamlConfig // value...