We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ea423 commit d6af1e8Copy full SHA for d6af1e8
lib/LinearSolveAutotune/src/telemetry.jl
@@ -15,21 +15,6 @@ function setup_github_authentication()
15
# No environment variable - provide setup instructions and get token
16
max_input_attempts = 3
17
18
- # Handle REPL state issue by doing a throwaway first attempt
19
- if max_input_attempts > 1
20
- println()
21
- println("🔧 Initializing input system...")
22
- print("Press Enter to continue: ")
23
- flush(stdout)
24
- try
25
- sleep(0.1)
26
- readline() # Throwaway read to clear REPL state
27
- catch
28
- # Ignore any errors from this throwaway attempt
29
- end
30
- println("✅ Input system ready!")
31
32
-
33
for input_attempt in 1:max_input_attempts
34
println()
35
println("🚀 Help Improve LinearSolve.jl for Everyone!")
0 commit comments