[PR #92] [CLOSED] Fix line breaks for large lines #193

Closed
opened 2026-03-03 16:05:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mthenw/frontail/pull/92
Author: @mefjush
Created: 2/23/2017
Status: Closed

Base: masterHead: master


📝 Commits (4)

  • 3918c92 Fix line breaks for large lines
  • 918e469 Apply Travis syntax suggestions
  • 3b07798 Apply more Travis syntax suggestions
  • 49506d0 Apply more more Travis syntax suggestions

📊 Changes

1 file changed (+8 additions, -4 deletions)

View changed files

📝 lib/tail.js (+8 -4)

📄 Description

There was a problem when reading large lines (up to 18030 chars).
Some lines were fine, but in many cases a prefix of a line was missing.

The fix is based on this snipplet:
https://gist.github.com/TooTallNate/1785026


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mthenw/frontail/pull/92 **Author:** [@mefjush](https://github.com/mefjush) **Created:** 2/23/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`3918c92`](https://github.com/mthenw/frontail/commit/3918c921ce083b576488326e4f2cbb82655de7cb) Fix line breaks for large lines - [`918e469`](https://github.com/mthenw/frontail/commit/918e469c9cc126e88afef29ec763094f05d99a75) Apply Travis syntax suggestions - [`3b07798`](https://github.com/mthenw/frontail/commit/3b0779857056ecfd8bff6f3827998187a5d213aa) Apply more Travis syntax suggestions - [`49506d0`](https://github.com/mthenw/frontail/commit/49506d0c38c6753e666e50a78350dbe7d68a404b) Apply more more Travis syntax suggestions ### 📊 Changes **1 file changed** (+8 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `lib/tail.js` (+8 -4) </details> ### 📄 Description There was a problem when reading large lines (up to 18030 chars). Some lines were fine, but in many cases a prefix of a line was missing. The fix is based on this snipplet: https://gist.github.com/TooTallNate/1785026 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:05:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/frontail#193
No description provided.