Michael Speth
Michael Speth
I just want to bump this PR to see if there is anything else that I need to do to get it accepted. Thank you.
Additional Notes: * The start of an implementation: [Controller Branch](https://github.com/OSVR/SteamVR-OSVR/tree/controller) * Reference for Razer Hydra: [git repo](https://github.com/valvesoftware/driver_hydra) I will attempt at updating the controller branch soon. My motivation is getting...
If your using Linux, 2 community members (myself included) maintain build environments: * Arch - [wiki](https://wiki.archlinux.org/index.php/Virtual_reality#OSVR) * Ubuntu - [osvr-core-ubuntu-build-script](https://bitbucket.org/monkygames/osvr-core-ubuntu-build-script)
I just want to update and let you know that updating the firmware does indeed work on linux (I have verified this). See: https://github.com/OSVR/OSVR-Docs/blob/master/Utilities/UpdateHDKLinux.md
I have just written a [script](https://bitbucket.org/monkygames/osvr-core-ubuntu-build-script) that compiles and installs OSVR-Core on Ubuntu 14.04. It heavily relies on PPAs in order to get the latest CMAKE, gcc and g++. Its...
I have added to the [osvr-core-ubuntu-build-script](https://bitbucket.org/monkygames/osvr-core-ubuntu-build-script/overview) project a test suite environment. The following OS's are tested: - Ubuntu 12.04 - Ubuntu 14.04 - Ubuntu 15.10 - Ubuntu 16.04 The test...
> Also having this very same issue. Did you ever figure out how to fix this? See screenshot below as an example. Note, the labels of the facets should all...
> The facet display isn't handled automatically by scheming, you need to customize your facets something like: https://github.com/open-data/ckanext-canada/blob/89783b9a4515cd23b71567af9af07ddbb6faf6b6/ckanext/canada/templates/public/snippets/facet_list.html#L22-L26 The h.scheming_choices_label function still returns the 'value' instead of the label. Any...
I figured out how to display the labels! Here are the extra modifications. In templates/snippets/dataset_factes.html ``` {% snippet 'snippets/facet_list.html', title=c.facet_titles['FIELD_NAME'], name='FIELD_NAME', scheming_choices=h.scheming_field_by_name(h.scheming_get_dataset_schema('dataset').dataset_fields, 'FIELD_NAME').choices, extras=extras %} ``` In templates/snippets/facet_list.html ``` {%...
I am also having this issue. I tried upgrading to Beta and the issue still remains.