question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does not check words longer than 39 chars

See original GitHub issue

I think the screenshot pretty much sums up the issue.

thisIsAStringToCheckSpellChekAddon: string
thisIsAStringToCheckSpellChekAddonFunctionality: string
Screen Shot 2021-02-02 at 3 45 19 PM

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Jason3Scommented, Mar 10, 2021

You are right. It is a current limitation of the spell checker to avoid false positives. One option would be to make it configurable.

0reactions
github-actions[bot]commented, Feb 5, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Ideal Length for All Online Content - Buffer
Forty and 55 characters per line means about 8 to 11 words. If you're viewing the Buffer blog in a desktop browser, you're...
Read more >
Longest Word in Dictionary - LeetCode
Given an array of strings words representing an English Dictionary, return the longest word in words that can be built one character at...
Read more >
Python code should only output 5 character long words
All you need to pick only 5 character words: with open(r"C:\users\Cece\words.txt") as f: words_5 = [] for line in f: word = line.strip()...
Read more >
How to Check Word Count on Google Docs - Software Advice
For longer documents, there are two basic ways to count your words in Google Docs. The first is through the menu bar at...
Read more >
Longest words - Wikipedia
The longest word in any given language depends on the word formation rules of each specific language, and on the types of words...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found