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

Documentation and viewer fix on Windows #386

Merged
merged 6 commits into from
Dec 31, 2024
Merged

Documentation and viewer fix on Windows #386

merged 6 commits into from
Dec 31, 2024

Conversation

rusq
Copy link
Owner

@rusq rusq commented Dec 31, 2024

  • documentation
  • add more doc
  • Updating docs
  • fix for windows paths

Slackdump view wasn't working properly on Windows. The problem rooted
in using filepath.Join on a fs.FS. Even though it was an os.DirFS and
Windows, it expected the Unix path separators. Fixed by replacing the
filepath.Join with path.Join.

@rusq rusq merged commit e6b5bf3 into master Dec 31, 2024
3 checks passed
@rusq rusq deleted the v3-doc branch December 31, 2024 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant