Raphael

Results 89 issues of Raphael

I want to read a markdown file pager-style, not by scrolling in the shell. So I use `-p`; `most` is my pager. Compare: `glow -p README.md`: ![image](https://user-images.githubusercontent.com/4246780/159804742-7d5b6834-9e2b-4e1c-afed-e11e1e3a1ada.png) `glow README.md`: ![image](https://user-images.githubusercontent.com/4246780/159804819-b84c5176-b5bc-48fb-a510-6adc0f86adb2.png)...

GitLab now supports [commenting on multiple lines](https://docs.gitlab.com/ee/user/project/merge_requests/reviewing_and_managing_merge_requests.html#commenting-on-multiple-lines). Please support this in the plugin, i.e. - display the range of lines an existing comment is linked to, and - allow creation...

Based on using IDEA's new non-model commit tool, I **expect** a single (and double, actually) click in the review file tree to open the selected diff _in the currently open...

Enhancement

It can be nice (or even required) to "approve" an MR. Currently, I have to go back to the browser to approve.

Bug

Based on both GitLab Web UI and IDEA UX, I **expect** Ctrl+Enter to add the current comment (new or editing) to the current review. **Currently**, Ctrl+Enter adds a line break

**Expected:** After having added the first draft comment, there's always a button to publish. **Actual:** In a new review diff tab, I have to start adding a comment before the...

**Current:** Button label is always "Start a review" **Better:** Label as above for first comment in review, then "Add to review" (similar to web UI) Side note: Don't think I've...

Today, I was greeted by this image: ![image](https://user-images.githubusercontent.com/4246780/105501309-55565a00-5cc4-11eb-94a4-cbca7d404af8.png) From that alone, it's very unclear what went wrong! Turns out that my access token expired, which would have resulted in some...

Enhancement

We can leave comments on deleted sections: ![image](https://user-images.githubusercontent.com/4246780/95192874-267aad80-07d3-11eb-8aee-d5c0ee63f065.png) (note the redundant gutter icons; I'm getting up to four --> separate bug?) GitLab itself doesn't seem to handle that all too...

When writing a reader, one has to step through the JSON stream entry by entry. Value accessors like `nextInt()` fail if they encounter `NULL`; dealing with JSON elements that can,...