Anurag Aggarwal

Results 34 comments of Anurag Aggarwal

@joestringer I followed https://github.com/cilium/cilium/blob/590388d728de5ae17f950cb8bf1cc694049522d3/pkg/metrics/metrics.go#L583 to create this list. Thanks for pointing out the cli way. Is there a disparity between what is actually enabled as default?

I tried to install cilium from `master` branch. The container metrics for `1.11.9` contains `cilium_node_connectivity_status` as a metric. And the `endpoint` metric seems to be the initializing metric: https://github.com/cilium/cilium/blob/590388d728de5ae17f950cb8bf1cc694049522d3/pkg/endpointmanager/manager.go#L199 However...

@joestringer I have updated the list from my findings. May you please take a look again once you get the chance?

> Do you think you'll get a chance to pick this PR back up again? I think it's almost ready to merge. @joestringer Sorry could not pick this up last...

@joestringer The PR is updated. Thanks for the help :D

@joestringer I have ran rst linter locally and fixed suggestions including ones complained by CI. Updated the PR

setMinimumWidth(metric.width(filename->text()) * 1.1); Is deprecated since Qt5, I'd make a commit soon to replace it.

I started working with @kovzol on this issue in hope to support both long double and __float128 precision without recompiling the code (See this branch for code changes https://github.com/kanurag94/XaoS/tree/float128). The...

Thanks. I tried to implement this, there are many name clashes for now. I'll update after resolving them.

I tried to template the code for number_t occurrences. This is implemented in the forked branch here https://github.com/kanurag94/XaoS/tree/templatize-xaos This replaces nearly 200 instances of number_t however there are still other...