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

Feedback #58

Open
Linyoux opened this issue Feb 7, 2025 · 0 comments
Open

Feedback #58

Linyoux opened this issue Feb 7, 2025 · 0 comments
Assignees

Comments

@Linyoux
Copy link

Linyoux commented Feb 7, 2025

1. Table Import Functionality

In the RPY editing mode, the virtual list occupies a large amount of memory and performs poorly. It does not support row and column operations (such as column copying and pasting). It is recommended to directly convert it into a real list for editing, and then save it back to the RPY file after completion.


2. Process Control & Stability Issues

  • No translation process interruption mechanism
  • Translation errors require manual software termination/reinstallation
  • Manual process termination resets configurations to previous states
  • OpenAI API confirmation button placement causes UX confusion

3. Model List Management

  • Requires external text editors for list modification
  • Unsaved changes cause temporary software freezes

4. API Error Handling

  • Fails to pause/stop on:
    • API call failures (network errors, auth issues)
    • API response errors (e.g., HTTP 429/503, quota exhaustion)
    • Invalid/malformed JSON responses
  • Continuous token consumption occurs during error states
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

No branches or pull requests

2 participants