Le Bao Nguyen

Results 25 comments of Le Bao Nguyen

I've tested it, and the problem is fixed! Thanks for your work

> Can you check this issue on latest build v0.5? @lebao3105 https://github.com/FluentHub/FluentHub/releases/tag/0.5.0 Today I tried it, and the home page is working now. Thanks for your work!

By using ```subprocess.check_output```, I think I've found the problem: printf does not add a new line character (```\n```), but echo does. What to do here is check if the output...

I have it too - but even WITHOUT Caprine!

> > I have it too - but even WITHOUT Caprine! > > What do you mean, without Caprine? We are discussing Caprine in /sindresorhus/caprine git. > > Please explain....

Currently it works fine even on Caprine, asterisks filling's still there. Arch Linux with Caprine on extra repo

This will need a new GTK theme, also create custom widgets (like tree menu with additional items)

Tkterminal is not a real terminal, it ~~just like~~ is (well my bad) an extended ~~Input~~ Text widget with custom commands override the default ones. Python interperter/input() takes input, right?...

> Tkterminal is not a real terminal, it just like an extended Input widget with custom commands override the default ones. > > Python interperter/input() takes input, right? As well...