Skip to content

Conversation

YaroSpace
Copy link
Collaborator

@YaroSpace YaroSpace commented Sep 30, 2025

  • fix(parser): do not include ### on last line into request
  • docs(recipes): iterating over response results, modifying request json
  • fix(ui): open float when vim.o.columns/lines = 0
  • Add cookies to graphql introspection request (Add cookies to graphql introspection request #707)
  • feat(parser): shared block

YaroSpace and others added 30 commits August 27, 2025 20:50
* upstream/main:
  docs: Auto-generate vimdocs + vimtags (#675)
  Weekly updates (#668)
debug(oauth): trace coroutine calls

debug(oauth): change timeout logic

debug(oauth): defer coroutine resume in callback
* upstream/main:
  docs: Auto-generate vimdocs + vimtags (#682)
  Weekly updates (#676)
* upstream/main:
  docs: Auto-generate vimdocs + vimtags (#685)
  Release 5.3.3 (#683)
* upstream/main:
  docs: Auto-generate vimdocs + vimtags (#687)
  Docs update (#684)
* docs: Removed plain basic auth separated with spaces

Fixes #689.

* PR review

---------

Co-authored-by: Yaro <yaro@dream-it.es>
Bumps [on-headers](https://github.com/jshttp/on-headers) and [compression](https://github.com/expressjs/compression). These dependencies needed to be updated together.

Updates `on-headers` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/jshttp/on-headers/releases)
- [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md)
- [Commits](jshttp/on-headers@v1.0.2...v1.1.0)

Updates `compression` from 1.7.4 to 1.8.1
- [Release notes](https://github.com/expressjs/compression/releases)
- [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md)
- [Commits](expressjs/compression@1.7.4...v1.8.1)

---
updated-dependencies:
- dependency-name: on-headers
  dependency-version: 1.1.0
  dependency-type: indirect
- dependency-name: compression
  dependency-version: 1.8.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* upstream/main:
  Create FUNDING.yml (#702)
* upstream/main:
  docs: Auto-generate vimdocs + vimtags (#703)
  Weekly updates (#686)
@Copilot Copilot AI review requested due to automatic review settings September 30, 2025 08:08
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a parser bug where delimiter markers (###) on the last line of a file were incorrectly included in the request content instead of being treated as block separators.

  • Modified the condition for handling the last line to exclude delimiter markers from request content

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

YaroSpace and others added 2 commits October 6, 2025 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants