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

Elm module dependency doesn't work on my project #27

Open
loicknuchel opened this issue Jul 14, 2021 · 3 comments
Open

Elm module dependency doesn't work on my project #27

loicknuchel opened this issue Jul 14, 2021 · 3 comments

Comments

@loicknuchel
Copy link

Hi,
I'm discovering Kite and it's a really nice tool!
I wanted to use it to visualize my project dependencies (https://github.com/loicknuchel/schema-viz) but I got an error: Repo not found. Is it a private repo? Use an access token!
My project is public and I tried with a token, but without any success.
Do you know what could be the problem ?

@brandly
Copy link
Contributor

brandly commented Dec 16, 2021

Looks like we always look for a master branch, but your project and many others use main! We could ask the API for the default branch which is probably the most general approach.

@loicknuchel
Copy link
Author

On nice! Thanks.
Indeed main branch is the new default on github so we have a lot of projets with both conventions (old and new ^^).
An easy solution could be to ask for the branch also, so we could even visualize impact of some PR on the dependency graph.
Anyway, now I got my workaround: create a master branch ^^

@brandly
Copy link
Contributor

brandly commented Dec 18, 2021

True. Allowing you to specify the branch would mean you could also explore the graph of some other branch before it's been merged into main.

Glad you found a workaround though 😄

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

No branches or pull requests

2 participants