Open Issues Need Help
View All on GitHub Developer Tools • File Editors
Validating header behavior enhancement about 1 month ago
AI Summary: Enhance the CSV file viewer/editor to improve its header validation. Currently, the application adds underscores to the basename, and the task is to modify the code to remove leading and trailing underscores from the basename during header validation.
Complexity:
3/5
good first issue
A free csv file viewer & editor
JavaScript
#csv-files#data#editor#visualization
Developer Tools • File Editors
Open file adjust width KO if file cols > stg.cols about 1 month ago
AI Summary: The task is to fix a bug in a CSV viewer/editor where the column width adjustment fails when the number of columns in the opened file exceeds a certain limit (stg.cols). The issue is that the width adjustment seems to be applied before handling files with more columns than the initial setting allows.
Complexity:
4/5
bug good first issue High priority
A free csv file viewer & editor
JavaScript
#csv-files#data#editor#visualization