Arthur Attout

Results 12 comments of Arthur Attout

`isSortable={false}` did not fix it for me, the panes are still draggable

@ryahpalma, this repo is readonly.

Nulling the HelpWriter still shows a default help in my case : ``` public class Options { [Value(0, MetaName = "instructions", HelpText = "Path to instructions file.")] public string InstructionsFilePath...

+1 for a vertical scrollbar on the mapping edition panel. It would entirely do the trick (no need to add fancy collapsible sections). Currently on Ubuntu with 1366x768 resolution, and...

@rtfpessoa for some reason I could never figure out, diff2html simply does not work under Powershell. No matter what I try, it will always return the help menu, with only...

Okay, I took a look at it, and it's because Powershell will drop double hyphens `--`, see [this post](https://stackoverflow.com/a/15788023/7540393) > A double hyphen instructs PowerShell to treat everything coming after...

See https://github.com/sphinx-doc/sphinx/pull/12882

Should I rebase on top of #12884 to fix the `mypy` check failing ?

Indeed, some tests are failing, related to HTML. No idea how this can be linked to my PR though. I'll investigate this.