Ilya Dmitrichenko

Results 209 comments of Ilya Dmitrichenko

I might try a basic test where `precise_time_ns()` would be printed along with `stream.get_stream_time()` and find out what difference there in their values.

So `precise_time_ns() as f64 / self.stream.get_stream_time()` results in some jittery numbers, but don't take my word on that yet, I need to do more tests.

Sounds like the worst idea ever, to be honest. You are likely to run into all sorts of issues with this if it's used in production sort of environment. Best...

I believe charts meant to be 100% compatible.

Also, in similar vein: label modifier

### Example 1 I rendered a Helm chart and it has standard helm labels, like `app.kubernetes.io/managed-by=Tiller` and `helm.sh/chart: foo-v0.0.1`. ### Example 2 Given a selector, append a new label. ----...

> That's a little awkward for a couple reasons: 1. embedding big xml or text documents inside cue is kind of ugly, and 2. my editors don't know to apply...

> Basically suggesting something like go's embed feature. That does broadly make sense, however in Go there is a compilation step, but CUE doesn't have it, albeit Timoni could potentially...

> how to create a Timoni module from scratch with `timoni mod init` I find that the full-blown podinfo piece this command currently generates is a bit too complex for...

@stefanprodan I've rebased and made it green, there is still some work, but maybe woth a quick review whenever you have a chance?