You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building nwb-explorer from source using python utilities/install.py --dev results in an icon missing from the menu list. If the --dev flag is not used, the icon shows up correctly. So, perhaps this indicates some change/bug in the newer/development versions of some underlying components/deps.
This isn't urgent, but filing it as an FYI.
Building nwb-explorer from source using
python utilities/install.py --dev
results in an icon missing from the menu list. If the--dev
flag is not used, the icon shows up correctly. So, perhaps this indicates some change/bug in the newer/development versions of some underlying components/deps.= How to reproduce:
Install and run NWBE:
Click on an NWBE file on the landing page, for example Lanore et al.
Notice the missing icon (in the list, under "controls"):
The inspector shows that the fontawesome icon is not correctly included in a class for it to show:
This is what we get on live, for comparison:
This is the difference in Python packages with and without using
--dev
:The text was updated successfully, but these errors were encountered: