Skip to content
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

Truncate text down to 1024 characters #142

Closed
2 of 5 tasks
gr2m opened this issue Oct 5, 2023 · 1 comment · Fixed by #143
Closed
2 of 5 tasks

Truncate text down to 1024 characters #142

gr2m opened this issue Oct 5, 2023 · 1 comment · Fixed by #143
Assignees
Labels
bug Something isn't working released

Comments

@gr2m
Copy link
Owner

gr2m commented Oct 5, 2023

Please avoid duplicates

Reproducible test case

see below

Please select the environment(s) that are relevant to your bug report

  • Browsers
  • Node
  • Deno

Versions

all of them

What happened?

This works

  const text = ".".repeat(1024);

  project.items.update("PVTI_lAHNnDjOAAEhCM4CbBBn", {
    text,
  });

this fails

  const text = ".".repeat(1025);

  project.items.update("PVTI_lAHNnDjOAAEhCM4CbBBn", {
    text,
  });

Would you be interested in contributing a fix?

  • yes
@gr2m gr2m added the bug Something isn't working label Oct 5, 2023
@gr2m gr2m self-assigned this Oct 5, 2023
@gr2m gr2m closed this as completed in #143 Oct 5, 2023
gr2m added a commit that referenced this issue Oct 5, 2023
@github-actions
Copy link

github-actions bot commented Oct 5, 2023

🎉 This issue has been resolved in version 5.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
1 participant