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

Headstage Neuropixel 1.0e - GUI #106

Closed
bparks13 opened this issue Jun 5, 2024 · 3 comments · Fixed by #231
Closed

Headstage Neuropixel 1.0e - GUI #106

bparks13 opened this issue Jun 5, 2024 · 3 comments · Fixed by #231
Assignees
Milestone

Comments

@bparks13
Copy link
Member

bparks13 commented Jun 5, 2024

Closely related to #100, and is focused on adding GUI elements on top of the work done in the issue-100 branch.

@jonnew
Copy link
Member

jonnew commented Jun 12, 2024

I cannot checkout and compile issue-106 branch because its missing the probe interface dependency. @glopesdev what do you do when you have some project dependency that is in active development and not yet ready for nuget but you dont want to put into the source of the repo that uses it?

@bparks13
Copy link
Member Author

bparks13 commented Jun 12, 2024

@jonnew The project dependency is present, can you try running the following code to pull the ProbeInterface to your local copy and see if that works?

git submodule init
git submodule update

This is one of the bigger problems with submodules, from what I know, is that you cannot automatically clone down the repo and also clone down the submodules at the same time. There are commands that can be used in Git Bash to pull the submodules in at the same time, but programs like VSCode do not do this automatically. If there is a way to set it so that the submodules are pulled when the rest of the repo is cloned down that would be great!

@jonnew
Copy link
Member

jonnew commented Jun 13, 2024

Shoot i didnt notice the submodule, ill try this today. Thanks @bparks13

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 a pull request may close this issue.

2 participants