This application allows you to migrate data from one storage service to another seamlessly. Allowing for extra customization along the way if you so choose. :)

4 Open Issues Need Help Last updated: Sep 9, 2025

Open Issues Need Help

View All on GitHub
enhancement help wanted show stopper

This application allows you to migrate data from one storage service to another seamlessly. Allowing for extra customization along the way if you so choose. :)

Go

AI Summary: The ByteWave logging system needs an overhaul to enable API access and guarantee log order. This issue proposes adding monotonic sequence IDs to all log entries, updating the DuckDB schema to store these IDs, and implementing a new API endpoint (`/logs/list`) for clients to fetch logs in batches, ordered by `seqID`.

Complexity: 4/5
enhancement help wanted

This application allows you to migrate data from one storage service to another seamlessly. Allowing for extra customization along the way if you so choose. :)

Go
documentation enhancement help wanted good first issue

This application allows you to migrate data from one storage service to another seamlessly. Allowing for extra customization along the way if you so choose. :)

Go

AI Summary: Create a fast, local API for the existing Python File Path Validator (FPV) library. This API will have two endpoints: `/isValid` to check the validity of a file path and `/clean` to return a cleaned version of a path. Both endpoints will require a `service` parameter (e.g., "windows", "dropbox") in the request body. This avoids porting the FPV library to Go.

Complexity: 2/5
enhancement help wanted good first issue

This application allows you to migrate data from one storage service to another seamlessly. Allowing for extra customization along the way if you so choose. :)

Go