Suyash

Results 10 issues of Suyash

Please see https://github.com/suyash/grokking-deep-learning-rs I have implemented all the exercises in [Rust](https://www.rust-lang.org/). Rust is a new programming language with a focus on safety, speed and concurrency, while having a minimal runtime...

clippy only works on nightly, but is still a good investment, similar to gometalinter for speed https://github.com/manishearth/rust-clippy

similar to parfait-agent

enhancement
stretch goal

should be able to atleast add new instances after creation

enhancement

we already have shorthands (`RegisterString`, `CounterVector`, `GaugeVector`) that initialize an instance domain alongside an instance metric, so instance domains can probably be made an internal concept and completely removed from...

enhancement
discussion

https://golang.org/pkg/expvar/ one of the original goals of the project was to create generic interfaces that could be implemented for any metrics reporting backend, and expvar should be the simplest to...

enhancement
stretch goal

need to completely figure this out but we can install pcp and check actual visibility of metrics on travis

help wanted
testing
stretch goal