Darren Cook

Results 34 comments of Darren Cook

I wanted to suggest something similar with --fastest, so I can request the --fastest in a country. (Or maybe that already happens? But I get an error using the two...

@calexandru2018 Thanks for the quick reply. In the meantime should we post bugs here, or email protonvpn directly?

I've got the same monitor, and arrived here after getting the "verification failed for feature 10" error. In my case just adding --noverify was enough, so no need for scs....

The getvcp calls match what I just set (and the monitor appearance has changed). > e.g. "setvcp 10 + 20", I couldn't get this to work (+ or -)... ah,...

Aha! It was re-landed on Jun 24th (see https://github.com/facebookresearch/fairseq/pull/4513) and then backed out a second time on Jul 14th. So *that* explains how it ended up in the 0.12.2 release.

Using `pip install fairseq==0.12.1` has been working for me so far. I had to throw away the models made with 0.12.2: the extra weights added to the encoder seem to...

Sorry, I missed the important bit; I was looking inside: https://github.com/jokecamp/FootballData/tree/master/football-data.co.uk/england

Can I suggest it follows the same syntax as https://eslint.org/docs/rules/no-irregular-whitespace#skipcomments I already have this config: ``` "no-irregular-whitespace": [ "error", { "skipStrings": true, "skipTemplates": true, "skipRegExps": true, "skipComments": true } ],...

> `torch.triu(torch.full((5, 5), float("-inf")), diagonal=1)` I like this: it is the most compact, and (IMHO) also more descriptive/readable than the alternatives. But I'd love to know if it is slower....

I have another one, for the C `tm` struct: ``` //Has to be std::tm, not std::tm* as all pointers look the same inline MAKE_LOGGABLE( std::tm, tm, os) { char buf[1024];strftime(buf,sizeof(buf),...