Rick Richardson

Results 125 comments of Rick Richardson
trafficstars

Ok. I't not *quite* ready, but it is close. I need to do something about the From for Schema. https://github.com/glademiller/openapiv3/pull/58

> Thanks for writing this @rrichardson! I'll spend some proper time reading through the RFC, but wanted to set the expectation early that since we committed to a stable `uuid`...

Since this is a large API change, even for a v2.0. What are your thoughts on putting the new implementation under a new module (called `next` or whatever. This way...

The most practical immediate benefit of reducing the number of features down from 15 to 4 would be that two of the CI jobs will work again (they run their...

I was a bit surprised that a Prometheus proposal didn't exist yet. I guess people are happy with Grafana as a front-end. Its been a while since I've mucked with...

Adding the `+ Clone` constraint to the trait object was the first thing that I tried. However, I think it'd need to be `+ Sized` as well, otherwise the compiler...

I don't know what the match cases are at compile time, only after I parse them out of the schema. So I have this: ```rust let mut fn_matches = rust::Tokens::new();...

Ah. I think I found a way: ```rust let msg = format!($[str](Error: Missing field $[const](fieldname) - {}), error.to_string()); ```

@KodrAus - Regarding your sketch for `*Precision`, it seems to me that the only Uuid type that needs to support an arbitrary precision for time and sequence is v8, and...

Oh, also, the v7 spec sort of punts on the counter/sequent and how to do monotonicity. Its says that 1000 Uuids created in a batch should be sorted in order....