Mathieu Bruyen

Results 14 comments of Mathieu Bruyen

We use this option to precisely control space used by both chart and legend. Using legend position alone was not using space as efficiently as we wanted, Powerpoint did not...

Removed `` that was causing Powerpoint to report invalid content on bar charts.

By the way, I created a few PRs on the repo but I don't know what you expect for a PR to be considered as valid. I did not run...

@leakingtapan any opinion on that?

Minor point but you may use `await*` instead of `await Promise.all(...)`. The [spec proposal](https://github.com/lukehoban/ecmascript-asyncawait#await-and-parallelism) feels a bit unsure about it so it may change, but it works with babel.

In your case the `descriptions` method actually synchronously returns an array of promises, while `await*` will make it return a single promise once all in the array are fulfilled (or...

/remove-lifecycle stale

Seems related to https://github.com/open-telemetry/opentelemetry-js/issues/4227

up (happy to contribute but I need a bit of guidance as I never contributed to OpenTelemetry)

For us it is for unit testing only: we want to ensure that cells containing related information in generated xlsx share the same background or font color. I can make...