Christophe de Dinechin

Results 320 comments of Christophe de Dinechin

The result is actually correct, but runs into a problem with unit definition change introduced in commit 4c75e9c8. The problem is that there are two unicode characters that can be...

This might be related to the issue reported on Linux by @wiljea in email, where he says that he has trouble saving the state.

The problem is the elimination of trailing zeroes after rounding, where we need an additional condition.

Hey @liubin where are we on that front? I just reopened #3765 because AFAIU it's still a problem. But what you did, if I understand correctly, is another approach that...

I'll try these same operations with the HP48 and HP50. As I pointed out in a recent email, some progress has been made with respect to numerical integration since the...

Yes, the value that defines a constant can be any expression. Right now, this feature is only used to apply units. I think that an expression would parse correctly today,...

Marked the PR as WIP for now, I need to test this against the [operator side](https://github.com/openshift/sandboxed-containers-operator/issues/1057) of things.

> Hey @c3d I’m curious - what settings would you set today relative to initial guest memory vs pod overhead if you had insight into the whole system (ie, at...

This looks similar to #11876, except that on Fedora it's every single time. I am currently zeroing in on some kind of race condition, still trying to figure it out.

I've tried detailed comparisons between 3 different configurations: 1. Fedora 2. RHCOS VM 3. OpenShift VM (running RHCOS as well) At the moment, I'm successful with the OpenShift VM, but...