m-gallesio

Results 13 issues of m-gallesio

## Description It would be nice to add support for error bars in bar / line charts for use cases where the detail of candlesticks is not needed. At the...

request

*Sonar version: Version 9.3 (build 51899)* I do not think rule S1643 (strings should not be concatenated using '+' in a loop) should be applied when the loop is not...

Type: False Positive
Area: C#

`DocumentFormat.OpenXml.Wordprocessing.Table` should provide properties to explicitly access some of its fixed fields, like `TableProperties`, `TableGrid` and its collection of `TableRow`s. This would match how several other classes already work (`Paragraph.ParagraphProperties`,...

I have ran into an usability problem while trying to add an image to a header in a DOCX file. We do have shared code for adding images, but it...

request: feature

**I'm submitting a bug report** * **Library Version:** 2.5.2 **Please tell us about your environment:** * **Operating System:** Windows 10 * **Node Version:** 10.18.0 * **NPM Version:** 6.13.4 * **JSPM...

**I'm submitting a feature request** * **Expected/desired behavior:** It would be nice to have a `whenConfirmed` method as a shortcut for: ``` dialogService.open(...) .whenClosed(response => { if (!response.wasCancelled) { //...

# 🙋 Feature Request I have noticed `repeat.for` does not work for several specialized collections, like for example [`FileList`](/https://developer.mozilla.org/en-US/docs/Web/API/FileList). This applies to both Aurelia 1 https://github.com/aurelia/templating-resources/blob/master/src/repeat-strategy-locator.ts#L31-L40 and Aurelia 2: https://github.com/aurelia/aurelia/blob/0937b6308a7fdf77d27ff75c1e82bfd78913f9bd/packages/runtime-html/src/resources/template-controllers/repeat.ts#L749-L760...

Topic: repeat
API

## Description There does not seem to be a way to control the **width** of the X axis when the `rotated` flag is set to true. This is important when...

question

We recently had to add XLSX comment functionality to our project. My starting example was [the Threaded Comments sample](https://github.com/dotnet/Open-XML-SDK/blob/main/samples/ThreadedCommentExample/Program.cs) which I finally managed to adapt, but it was a rather...

Per https://github.com/dotnet/Open-XML-SDK/issues/387 > Consider breaking up library into smaller ones for Word/Powerpoint/Excel. As well as my comment: https://github.com/dotnet/Open-XML-SDK/issues/387#issuecomment-1140978211 > Yes, please. Having these separated (along with a base / core...

high impact