-
Notifications
You must be signed in to change notification settings - Fork 0
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
troubles with config.json #13
Comments
I am going to do a backward compatibility promise when we reach 1.X version, this means that after that release we will be able to do changes as long as they don't break something. I think this is the best approach for me as the developer and for the plugin developers. With a unique configuration file, it is too easy to fall into a diamond dependency problem.
I am sorry you are right, we have already talked about this. I will notify you when it is finished.
I will look into it, thanks for the issue |
Since I am changing the configuration file system, what do you think(@crguezl ) if the configuration file is renamed: |
Agree 👍 |
You can try now the new system, but "view" and "data" plugins are not updated yet, and I have to include this changes in the documentation |
Cuando lo pruebe te digo |
I pulled the repo (27/06/2022) and installed using a link (
gh extension install .
)Then I did:
Which is because I had already a tuned profile repo, but not compatible with the
gh-edu
current version.That leads to a couple of questions:
I noticed the file
config.json
is a plain file downloaded from mygh-edu
repo, but there is no way to track from what repo was obtained. I prefer you make a folderconfig/config.json
that is an image of the config repo (i.e. is a local repo fromuser/gh-edu-profile
).So I decided to remove my
gh-edu-profile
user repo at GitHub and try it again, remove the extensionand install gh-edu again, this time without the link:
but the problem repeats:
It says
Remote config file detected
but I have deleted my config repo and also the error saysCould not resolve to a Repository with the name 'crguezl/gh-edu-profile'
that I guess is normal, since the repo no longer exists. It does not creates the repo in case it doesn't exist?The text was updated successfully, but these errors were encountered: