Open Issues Need Help
View All on GitHubThis application allows you to migrate data from one storage service to another seamlessly. Allowing for extra customization along the way if you so choose. :)
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`.
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. :)
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. :)
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.
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. :)