David Roundy
David Roundy
It takes 2+ minutes to load a board (at least sometimes), with the result that students aren't able to access them. In some cases, I saw students whose boards did...
The error message was "Waiting for available socket" so I'm guessing that there may be a limit on the number of websockets available. We had open probably about 400 or...
I'll try to see if I can reproduce it by myself and record the network info. I couldn't see in that page how to export then to share with you....
I was unable to reproduce the behavior this morning using just my one computer to create many connections by opening many boards (and many times). I'm wondering if maybe many...
I'm attaching a network trace from a failed run. This is actually a page that has a bunch of iframes, so it may look unfamiliar, and may be unhelpful. But...
I presume this same bug applies to the pre-push script?
Sounds like it would help to add some `#[allow(missing_docs)] attrs in the derive implementation. I need to do something similar in ClapMe to silence warnings.
This sounds like something that could be built into the compiler (I'm thinking through an RFC) where if a type had a specific method defined it is used by the...
That is reasonable. On the other hand, writing code to parse rust error messages might be considerably more challenging *and* more fragile, than editing the compiler. I'm not sure if...
Floating point could be useful for information if you're doing something like data compression, where you can have non-integer bits per symbol.