David Vo

Results 309 comments of David Vo

AFAIK these IDs are uppercased on the backend, not the frontend.

Would having a custom format specifically for `@slackbot` be a reasonable solution for you?

I was hoping you'd have a better sense for how difficult it'd be to fix the warnings I listed above. I haven't delved into the QuickBuffers codebase.

Here's another warning. We have a proto called `system.proto`. I don't think this is really fixable on the QuickBuffers side, unless the top-level class names are changed. ``` > Task...

Thanks, that'd be nice. I also just noticed that the annotation moved from `javax.annotation.Generated` to `javax.annotation.processing.Generated` in Java 9 apparently. I believe Error Prone recognises any annotation with the name...

Hi! I'm not too sure about others, but work and other projects have been keeping me busy lately. I definitely don't have any plans to abandon this project. Unfortunately this...

If you folks want a more synchronous discussion, we do have a Gitter room: https://gitter.im/first-rust-competition/community

> Even if I were to continue with this codebase, I would have to completely rename everything in order to publish to crates.io. This will become a problem on my...

+1 to the note above. I feel GPLv3 isn't appropriate for a library, and given that this is essentially a derivative of a BSD project, the licensing is very odd.

WPILib have a lot of technical debt anyway. Trying to write idiomatic Rust should help us move away from that (which is the reason behind a couple of the open...