-
Notifications
You must be signed in to change notification settings - Fork 8
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
Hide all but leaf nodes, except when searching #9
Conversation
…as on a branch) This reverts commit 9ea6c45.
I hid the key for now; we can re-enable it by uncommenting this line: |
I tried running it and got this error (this was my first time hosting it, so sorry if it's a simple question):
I was able to run ./serve.py and display just the tree (that's all I selected, I didn't try the otf2 with it) and it loaded the tree WITH all the labels. I confirmed that I'm on the branch "tree-search." |
Hmm, did you set up OTF2 somewhere on your system (sorry, the README totally breezes over this)? If you did, does |
Ah that's it. I've installed it on rostam but not locally. |
That should still be fine... It's weird that the labels are showing right off the bat. Does clicking anywhere hide them? |
Nope, the labels remain even if I click and even if I CMD or CMD+F. They disappear with the correct nodes when I collapse a branch. No errors in the console. |
Hmm, maybe I messed up something with the commit. Let's see... |
I'm gone for the day, but I'll be in GS and free 7-10am tomorrow |
Hmm, still no luck replicating (tried the nuclear option with my repository in case my strange git commands messed something up). Thanks for trying this—I'll swing by and pester you tomorrow. |
Loading error (takes forever): Saving katetree shelf: meta |
Stuff @kawilliams helped me code IRL to catch up with her search functionality, in pursuit of #1
This also includes my (ugly, semi-failed) attempt to add the key, but maybe I should do that on a separate branch?