andersnm

Results 4 issues of andersnm

Suggest a new `NumberFormat.Round()` method to return numeric inputs as numbers still, but with number formatting rules applied - i.e round to number of decimals, percent multiply, thousands division. F.ex...

Specifically: global color and alignment, variable width space, repeat-to-fill characters The basic goal is to return something allowing the caller to render the formatted value more precisely with an arbitrary...

https://msdn.microsoft.com/en-us/library/microsoft.office.tools.excel.worksheet.customproperties(VS.80).aspx This is likely the same in BIFF: [MS-XLS] 2.4.18 BigName, 2.4.59 ContinueBigName The BigName record specifies a name/value pair of arbitrary user-defined data that is associated with the current...

enhancement

Hi! In the `load_script_file` function: The `buf` variable is defined as a local variable on the stack: https://github.com/balena-io/qemu/blob/639d1d8903f65d74eb04c49e0df7a4b2f014cd86/linux-user/scriptload.c#L15 A `cp` pointer points at `buf`: https://github.com/balena-io/qemu/blob/639d1d8903f65d74eb04c49e0df7a4b2f014cd86/linux-user/scriptload.c#L41 The `i_name` pointer is assigned...