Skip to content

Conversation

@omer-biz
Copy link

@omer-biz omer-biz commented Oct 4, 2025

The resolves the issue number #264 .

frontend_tx1.send(GUICmd::Predicate(predicate))?;
if suggestions {
frontend_tx1.send(GUICmd::Predicate(predicate))?;
}
Copy link
Member

@pythonbrad pythonbrad Oct 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@omer-biz

Thanks for your contribution and interest in this project.

The objective of making the autocompletion/autosuggestion on demand, is to speed up the typing using afrim.
Currently, you make the display on demand, but not the computation.

To inhibit the translation, you can check from service/src/lib.rs:145

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

Successfully merging this pull request may close these issues.

2 participants