David Roundy

Results 76 issues of David Roundy

I'd love to hear your thoughts on a way to create a page that embeds several whiteboards. The idea is for an instructor to be able to monitor several groups...

enhancement

I'd love to have a way to configure, control or determine how many boards or viewers my server will scale up to. I recently had it fail during a class,...

bug

I'm interested in support for latex in text. I've got a 1/2 hour hack that sort of works. I changed the text, however, to be a `foreignObject` in order to...

### Version - [X] I'm using version 1.10.0 ### Existing requests - [X] I've checked Existing requests ### What operating system are you using? macOS ### Operating System Version Mac...

enhancement

I have a type that looks like: ``` #[derive(Archive)] pub struct IdentifierId { inner: IdentifierIdInner } ``` which is giving me an error because `IdentifierIdInner` is a private type (which...

bug

This is because I'm creating an intermediate type. So my user creates type `Original`, from which I create an `Intermediate`, which derives `Archive` and produces an archived type that I...

enhancement

It would be lovely to implement `std::iter::Sum` for types that also implement it, so I could use vec.iter().sum().

**Describe the bug** A clear and concise description of what the bug is. When I follow the [quickstart instructions](https://stt.readthedocs.io/en/latest/) I get a crash when I run `stt-model-manager`. **To Reproduce** Steps...

bug

I think this would be a pretty small and relatively noninvasive patch and would be happy to code it up and submit a pull request if the change would be...

enhancement

This sounds great, but I'd love a container for u64 or usize data. Any chance that you'll come out with a variant to handle larger numbers?