Results 5 issues of Benoît Dardenne

The background color for added lines in a version control diff makes it hard to read comments. ![Screenshot from 2020-10-23 13-22-29](https://user-images.githubusercontent.com/8947051/96997930-fa7d5d00-1532-11eb-8441-03ff430b340b.png)

context-syntax
status-pending
scope-compatibility
scope-ux
type-support

Type: Bug Report ## Your Environment * Version used: git bb553506a86225811a965563af99bf8e39cc433f ## Summary When triggering an addFiles request with empty "tags" in the body, the empty string is assigned as...

Introduce `--by {name|time}` and `--reverse` flags for the `projects` and `tags` cli commands. Sometimes it can be useful to get the recently used projects / tags first. My use case...

improvement
needs review

In the example below, I have two `MasterDetailPane`. The center pane's details are made visible by clicking a toggle button. After appearing, the `centerPane` has `needsLayout` set to true, but...

There seems to be no way to assign a divider position early. After "a while" (a few rendering pulses?) this ends up working (if e.g. you bind the setDividerPosition call...