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: user provided addresses #61

Open
wants to merge 11 commits into
base: development
Choose a base branch
from

Commits on Mar 23, 2024

  1. fix: give mac developers feedback when yarn install fails because o…

    …f an incorrect python dependency
    
    On macOS, this script checks if Python 3.10 is installed and accessible to node-gyp.
    
    I ran into a problem trying to `yarn` install, with a system Python version of `3.12.2`, but ran into the error `ModuleNotFoundError: No module named 'distutils'`. Since node-gyp relies on `distutils`, which is removed in Python `3.12`, you need to use a Python version that still includes `distutils`.
    jsnbuchanan committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    e8a570b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    667dcdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ff0f43 View commit details
    Browse the repository at this point in the history
  3. update chat.tsx

    qiwi1272 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    39ac140 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Merge pull request MorpheusAIs#59 from jsnbuchanan/fix/yarn-install-f…

    …eedback-for-missing-python3.10-dependency
    
    Give mac developers feedback when `yarn` install fails for missing Python 3.10 dependency
    betterbrand authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4ae6e2e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Update README.md

    Added win instructions
    betterbrand authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e4deadb View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Update README.md

    Changes for detailed setup on Windows based systems
    xfactor20 authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    07bc308 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Merge pull request MorpheusAIs#62 from xfactor20/patch-1

    Update README.md
    betterbrand authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9761bf9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    170c914 View commit details
    Browse the repository at this point in the history
  2. update navigation.tsx

    qiwi1272 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    23ea0dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f847986 View commit details
    Browse the repository at this point in the history