You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interactive input detection: Programs using input(), scanf(), Scanner and other stdin functions are now detected before execution and show a bilingual warning instead of freezing Obsidian
Detects stdin usage across 8 languages: Python, C, C++, Java, Go, C#, Swift, R
Fixes
Prevents Obsidian from freezing when running programs that require real-time interactive input (feature under development)
README
Updated future plans section to mention interactive input feature