Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/fuzzy read until input #151

Merged
merged 18 commits into from
Sep 17, 2023
Merged

Feat/fuzzy read until input #151

merged 18 commits into from
Sep 17, 2023

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    c884aae View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    e76939e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4964611 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52079c0 View commit details
    Browse the repository at this point in the history
  4. refactor: log channel reads in a better spot so we dont have no log o…

    …utput when we cant find prompts
    carlmontanari committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    30de2c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    34c3568 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    8ba6d68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a024849 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5642e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5829abe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11ac982 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    155971a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03b3b9f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1991520 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. refactor: dont ever try costly(ish) fuzzy match if not enough bytes, …

    …but do it *after* bytes contains check
    carlmontanari committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    cfdfb03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5577ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbf027b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c37671e View commit details
    Browse the repository at this point in the history