Gael Guennebaud
Gael Guennebaud
In eigen's hg [repo](bitbucket.org/eigen/eigen) we have a few files that have been renamed, for instance: HyperPlane.h -> Hyperplane.h unfortunately after importing this repo with git-remote-hg, we got the initial filename...
After upgrading my php version from 5.5 to 7.3, my CDash instance (version 2.4) stopped to work. I upgraded the CDash instance to the 2.6 version, but I still get...
Most PCF files provides breakdown details for the manufacturing part. They are, however, not always fully consistent on the partitioning. Here is the list I ended up on ecodiag's side:...
We need a dedicated tool to merge merge multiple .csv files while detecting and merging duplicates. I've started to implement it through a new static method of `DeviceCarbonFootprint`: ``` @staticmethod...
The `memory` attribute is expected to be a float number in GB. This means that 1) the GB must be removed, and 2) that the parsers have to guaranty that...
For Apple's smartphones and the likes, screen_size corresponds to the screen resolution in pixels, whereas for monitors and laptops it corresponds to inches.
Same locations are sometimes spelled with long names (China) or as two letters (CN). This needs to be unified.
I've started to write a `computed` decorator that behave like _computed_ variables in vue, and I'm wondering whether this could be a welcome addition to vuejs? It is based on...