This document describes how to get help with the VAE Dataset Normalizer.
Start with the documentation:
- README.adoc - Overview and quick start
- QUICKSTART.md - Step-by-step guide
- CONTRIBUTING.adoc - Contribution guidelines
For bugs and feature requests, use the issue tracker:
Before opening an issue:
- Search existing issues to avoid duplicates
- Include reproduction steps for bugs
- Provide system information (OS, Rust version, etc.)
For security vulnerabilities, do not open a public issue.
See SECURITY.md for responsible disclosure procedures.
| Channel | Response Time | Use For |
|---|---|---|
| Issue tracker | 1-7 days | Bugs, features, documentation |
| 7-14 days | Private inquiries | |
| Security email | 48 hours | Vulnerabilities |
| Version | Status | Support |
|---|---|---|
| 1.x | Current | Full |
| 0.x | Legacy | Security only |
- Rust: 1.70+
- Julia: 1.9+
- Isabelle: 2023+
- OS: Linux, macOS, Windows (via WSL2)
- Containers: Podman with Chainguard Wolfi
Build fails with missing dependencies:
# Check all dependencies
just check-deps
# Install with Nix (recommended)
nix developChecksum verification fails:
# Verify dataset integrity
vae-normalizer verify -o /path/to/output --checksums -d /path/to/datasetJulia package errors:
# Reinstall Julia dependencies
just julia-setupEnable verbose output for troubleshooting:
vae-normalizer -v normalize -d /path/to/dataset -o /path/to/outputThis is a research project maintained by volunteers. Please be patient and respectful in all interactions.
See CODE_OF_CONDUCT.md for community guidelines.