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

Is this possibly useful? #144

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Is this possibly useful? #144

wants to merge 4 commits into from

Commits on Aug 3, 2019

  1. Is this possibly useful?

    I made opportunity open a file in the current view from terminus
    for example Traceback python:
    `
    Traceback (most recent call last):
      File "/home/user/.pyenv/versions/3.7.4/lib/python3.7/runpy.py", line 193, in _run_module_as_main
        "__main__", mod_spec)
      File "/home/user/.pyenv/versions/3.7.4/lib/python3.7/runpy.py", line 85, in _run_code
        exec(code, run_globals)
      File "client/__main__.py", line 13, in <module>
        from module import settings
    ModuleNotFoundError: No module named 'module'
    `
    mom1 committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    97f74ad View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. More

     - Fix some bugs
     - separate logic
     - optimization
    mom1 committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    9c9318d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Mistake in context

    mom1 committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    44f7508 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Support flake8 output

    mom1 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    754beaf View commit details
    Browse the repository at this point in the history