-
-
Notifications
You must be signed in to change notification settings - Fork 148
plenary/curl : attempt to concatenate a table value #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The same error with a boolean value. |
I'm facing the same issue in Neovim 0.7 with this json: POST http://localhost:8080/validate
Content-Type: application/json
{
"id": "xxxxx-xxxxx-xxxxx-xxxxx",
"operation": "create",
"book": {
"title": "example",
"series": "example series",
"author": "anonymous",
"tags": [
"tag1",
"tag2",
"tag3"
]
}
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an error when there is a list in somem field. The test in the repository doesn't pass : https://github.com/NTBBloodbath/rest.nvim/blob/main/tests/post_create_user.http
the error message is :
NeoVim version : v0.7.0
packer :
configure.restvim :
The text was updated successfully, but these errors were encountered: