Open Issues Need Help
View All on GitHubAI Summary: Enhance the kanicc compiler server to support compiling multiple Ruby files (up to 3) simultaneously. The server should accept a group of files, compile them, and return the compiled binaries. The existing single-file API should remain functional.
AI Summary: The task involves evaluating and potentially changing the ID generation method for a mruby/c online compiler. Currently, UUIDv4 is used, but it's considered too expansive and problematic for implementation and migration. The project requires investigating alternative ID generation strategies and potentially implementing a change, if deemed necessary.
AI Summary: Implement a feature in the kanicc compiler server that allows users to easily download their compiled mruby/c code. This involves replacing the UUIDv4-based program IDs with a more human-readable system, potentially using a combination of words or phrases to identify code, while maintaining the functionality of retrieving and compiling code using the existing API endpoints.