Seongmin Lee

Results 46 issues of Seongmin Lee

fix #235 refactor to handle multiple requests/responses to handle redirected response properly This will make it easier to support "run all requests in a file".

### Issues - [X] I have checked [existing issues](https://github.com/rest-nvim/rest.nvim/issues?q=is%3Aissue) and there are no existing ones with the same request. ### Feature description related: #435 Would be nice to have general...

enhancement

Add support to run requests from raw `curl` cli commands like [curl.nvim] does [curl.nvim]: https://github.com/oysandvik94/curl.nvim

Providing raw result pane with raw, not parsed content will be useful in some cases.

enhancement

Hi, I’m new maintainer for this plugin. :wave: This introduction came earlier than I originally planned, but here is current status of this plugin: v2 rest.nvim is already pretty good...

Related: https://github.com/nvim-neorg/neorg/issues/946 We should have strict rule for ignoring preceding whitespaces in verbatim ranged tag content. #### Example: ``` @code text text @end ``` The expected verbatim ranged tag content...

Currently in v1 spec, we cannot put `@end\n` inside verbatim ranged tag. Makes it hard to write a norg document explaining norg syntax. We do have `|example` to safely put...

> We can't just say "There will be parsers not following the spec eventually" and let them do what they want. That's exactly what happened to Markdown (every parser claims...

Both anchors and wiki-links are used on similar situation: when user wants to link same place based on a keyword. So why not merge two into same syntax? As we...

Define table as new kind of structural detached modifiers using `=` as prefix. > I'm using `=` because I found it feels visually most appealing. It should be `:` following...