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

Merge request #14

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

Merge request #14

wants to merge 9 commits into from

Conversation

lohrbini
Copy link

@lohrbini lohrbini commented Nov 3, 2020

  • Updated dependencies
  • Removed old 'jade' package
  • added simple Dockerfile
  • would like to fix hub.docker.com Image

@khaliqgant
Copy link
Owner

Sorry I never received a notification for this pull request! Just seeing this for the first time now. I'll take a look at this over the next couple of days. Thanks for submitting!

@@ -16,9 +17,12 @@ var api = require('./api/info');
var connect = require('./api/connect');
var config = JSON.parse(fs.readFileSync('config.json'));

debug.log = console.info.bind(console);
log('TEST');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this log be removed?


<!-- Left Nav Section -->
<ul class="left">
<li class="name-header"><a href="#">Khaliq's Finances</a></li>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure what your usage is but I would think it would be nice to remove my name here and have this be dynamic? Not a blocker for merging in your PR but I think would be something nice to have.

@khaliqgant khaliqgant self-requested a review October 7, 2021 09:56
Copy link
Owner

@khaliqgant khaliqgant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good. Couple of changes

  1. Could you not check in the config.json file as part of this PR? That file would be different from my configuration to your configuration and is encrypted because it could contain sensitive information.
  2. Remove the console.log debug statement

Thanks again for contributing and very sorry for the long delay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants