seebs
seebs
Huh, I don't know. So far as I know, they were both using the same avrdude. The command lines I got that appeared to work, which I got by using...
So, the more I look at this, the more I think that: 1. It's just plain wrong to alter quotes like this in documentation comments, even just when rendering. 2....
yeah, i just ran into these issues also. no wonder there's no solutions in the solutions archive.
someone linked me to this, and i just want to point out that echo doesn't do anything with stdin, echo displays its arguments. it would be `cat` that would do...
This is probably a stupid question, but: If you don't download it, how do you know what it contains?
Can confirm, the new script made this work for me. With the old one, any attempt to compile fx files just produced empty diagnostic lines and reported failure. The relevant...
This has a bug, although it's a bug already present; it thinks -1 is less than -1. Fixing this is tricky.
so, just adding `&& (i != j)` to the testing version I had elsewhere does indeed work, but probably cuts the nominal performance win. If this were C, and/or we...
Intuitively, if the quota check is going to generate an alarm, I'd expect the error return to happen *without* trying the Txn.
So I naively want the compiler not to optimize away things in a benchmark... but also some amount of the optimization happening would in fact be part of what the...