heartsucker

Results 67 comments of heartsucker

When JS is enabled, we should flag it like `?js=1` so that we can send all the results and do pagination / sorting in the UI. Otherwise we use the...

Right now the client just fires off all replies as they're sent, so it's higher on the client than on the web UI. However, since a reply is a couple...

This came up in a chat on gitter, but it might be worth using docker containers for reproducible builds. One file that looks simple (basically just shell) and gives us...

I'm using `rustfmt = 0.9.4` right now, but I haven't set up a `rustfmt.toml`. If you have have recommendations, I'm all ears. Annoyingly, the RSA prime in `src/rsa/mod.rs` doesn't respond...

And if that was all tricked out and added, it would actually be nice to enforce `cargo fmt` in the Travis build to make future diffs cleaner.

If #95 is implemented, it would supersede this.

If we want to always verify from a local repo, we can close this. Since the ephemeral repo is only used for testing, it's ok if it's not particularly efficient...

This can't be parameterized in a nice way that doesn't wreak havoc with `serde` (or so it seems). The `TargetDescription` struct can just store it as raw bytes because the...

@trishankkarthik Yes, this is true. Someone I know in SF wanted to help out, so I started making some basic tickets that for now would let others contribute without me...

> should the TUF spec mandate which encoding to use for binary field in textual formats This again comes back to the idea that TUF is moving away from rigid...