Giter Site home page Giter Site logo

codesign's Introduction

Top Langs Aaron's GitHub stats

Who I Am

I'm a hacker, maker and mender of things. I love an interesting challenge and can't resist being nerd sniped.

More About Me

  • ๐Ÿ”ญ Iโ€™m currently working on building SQL queries for to interface Student Information Systems with Learning Management Systems
  • ๐ŸŒฑ Iโ€™m currently learning SQL
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on PaperPi, a quiet internet radio
  • ๐Ÿ“ซ How to reach me:
  • ๐Ÿ“œMy Resume of Projects
  • ๐Ÿ˜„ Pronouns: He/Him

codesign's People

Contributors

cclauss avatar devvmh avatar jramboz avatar txoof avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

codesign's Issues

Missing nbconvert template

The jupyter-nbconvert command in the notebook is looking for a template named "python_clean". I can't seem to find this anywhere. Can you please provide the template?

It's not strictly necessary, but it seems like it will make processing PRs much easier on your end ๐Ÿ˜ƒ

Undefined names in pycodesign.py

$ flake8 . --count --select=E9,F63,F7,F82,Y --show-source --statistics

./pycodesign.py:120:31: F821 undefined name 'args'
        print(f'Config file "{args.config}" is missing values:')
                              ^
./pycodesign.py:121:32: F821 undefined name 'missing_values'
        for section, values in missing_values.items():
                               ^
2     F821 undefined name 'args'
2

-v verbose, can the level be set?

I see in the python code:

    args = get_args()

    verbose = 50 - (args.verbose*10) 
    if verbose < 10:
        verbose = 10
    logging.root.setLevel(verbose)

This doesn't seem documented, might be a good idea how to set verbose level? is possible. Apparently -v and args.verbose is set to 2 on my computer. So 20, thus logging is set to 30, but I don't get debugs. I personally re-wrote the scrip to force for debug by setting it to 10 verbose.

All this, so I can see the command that checks notarize history because it was taking too long and possibly failing, though I assume thats my problem.

Specifically I found in "check_notarization" method the following lines useful for debugging, maybe a good idea to include in the verbose level and not debug?
I think line 398:

        logging.debug('running command:')
        logging.debug(' '.join(final_list))

Just a thought. But great script! Thanks so much, hopfully I can get it working on my app.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.