You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
I have the minimap and minimap-titles plugins. Using this, I can run "Minimap Titles: Convert" on a line, and it creates ASCII block (title) text, as shown in the image below. It uses Unicode characters that are improperly counted by linter-pylama, or perhaps the "parent" linter plugin.
You can see the error here for a line that is only about 40 characters long (the 80-wide line is near the right edge of the image):
Running ord on the character in question returns the base 10 integer 9608.
Versions:
Linter 1.11.23
Linter Pylama 0.8.13
Minimap 4.26.8
Minimap Titles 1.10.0
Atom 1.15.0 ia32
Windows 10 Pro, 64-bit
The text was updated successfully, but these errors were encountered:
I have the
minimap
andminimap-titles
plugins. Using this, I can run "Minimap Titles: Convert" on a line, and it creates ASCII block (title) text, as shown in the image below. It uses Unicode characters that are improperly counted bylinter-pylama
, or perhaps the "parent"linter
plugin.You can see the error here for a line that is only about 40 characters long (the 80-wide line is near the right edge of the image):
Running
ord
on the character in question returns the base 10 integer 9608.Versions:
Linter 1.11.23
Linter Pylama 0.8.13
Minimap 4.26.8
Minimap Titles 1.10.0
Atom 1.15.0 ia32
Windows 10 Pro, 64-bit
The text was updated successfully, but these errors were encountered: