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

Phone Number matches incorrectly #257

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from
Draft

Commits on Oct 19, 2022

  1. Create python-app.yml

    Croquembouche committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    ac53bda View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. create a class "Query" to record every query

    add ".query" into .gitignore to ignore the virtual environment
    hyihua committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    ed06100 View commit details
    Browse the repository at this point in the history
  2. add class Recorder in helper.py

    For actions of recording query history
    qchiujunhao committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f37e66c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6877a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6741ad4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3461dbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c8fb39 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Initial Commit for GUI

    Croquembouche committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    24fdce9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99247d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. fixed the bugs: the path of record.csv

    And keep the import way: from pywhat.helper import Query, Recoder. Try `pip install .` to install the package, so that for example, you can use `pywhat "****@wayne.edu"` to test the changes.
    qchiujunhao committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    ee6f773 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

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

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    01f8c35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89903da View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

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

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    a0304e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15e74a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c336958 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7e8365 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Merge pull request #28 from Croquembouche/print_intermediate_outputs

    Print intermediate outputs
    qchiujunhao committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    6fca54a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f789052 View commit details
    Browse the repository at this point in the history