summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-01Add search to the help footermo8it
2024-09-01Fix typomo8it
2024-08-31Merge pull request #2092 from wugalde19/fix-hint-example-for-primitive-types3Mo
2024-08-30Fix example in 'primitive_types3' hintWilliam Ugalde Gamboa
2024-08-29chore: Releasemo8it
2024-08-29Update changelogmo8it
2024-08-29Fix displaying the list message in narrow modemo8it
2024-08-29Update depsmo8it
2024-08-29Fix header paddingmo8it
2024-08-29Simplify next_pending_exercise_indmo8it
2024-08-29Optimize reading and writing the state filemo8it
2024-08-29The number of exercises can't be zero, but stillmo8it
2024-08-29Fix error about too many open files during the final checkmo8it
2024-08-28Only disable links in VS code in the listmo8it
2024-08-28Use sol_pathmo8it
2024-08-28Use a Vec for the name col paddingmo8it
2024-08-28Check the exercise name lengthmo8it
2024-08-27Separate the scroll statemo8it
2024-08-26Making code prettier :Pmo8it
2024-08-26Only trigger write when neededmo8it
2024-08-26Fix list on terminals that don't disable line wrappingmo8it
2024-08-26Use the correct environment variablemo8it
2024-08-26Disable terminal links in VS-Codemo8it
2024-08-26Darker highlighting in the listmo8it
2024-08-26File link in the list? No problem :Dmo8it
2024-08-26Only reset color and underline after linkmo8it
2024-08-26LOL, swapped colorsmo8it
2024-08-26Newline after resetting attributesmo8it
2024-08-26Take stdout as argument in watch modemo8it
2024-08-25Lower the maximum scroll paddingmo8it
2024-08-25Add disallowed types and methods in Clippymo8it
2024-08-25Use queue instead of Stylizemo8it
2024-08-25Update depsmo8it
2024-08-25Merge branch 'rm-ratatui'mo8it
2024-08-25Final touches :Dmo8it
2024-08-25Almost done with listmo8it
2024-08-24Separate drawing rowsmo8it
2024-08-24Use the full length for the wide footermo8it
2024-08-24Highlight selected rowmo8it
2024-08-24Almost done with list displaymo8it
2024-08-24Don't exit the list on "to current" if nothing is selectedmo8it
2024-08-24Start list without Ratatuimo8it
2024-08-22Import Orderingmo8it
2024-08-22Add missing Clippy allows to solutionsmo8it
2024-08-22Use match instead of comparison chainmo8it
2024-08-22Always use strict Clippy when checking solutionsmo8it
2024-08-20Push newline after running an exercise instead on each renderingmo8it
2024-08-20Highlight the solution filemo8it
2024-08-20Leak info_file and cmd_runner in `dev check`mo8it
2024-08-20Use anyhow!mo8it