Jonny Saunders

Results 188 issues of Jonny Saunders

### Description Export hooks! hooks are currently not exported from the main module. Attempting to import from within library fails, eg: `import { useSteps } from 'spectacle/lib/hooks/use-steps';` or making an...

I am noticing that there is a synctex flag for the `compile` command but not for the `build` command, when I try it I get: `error: Found argument '--synctex' which...

good first issue

Hello! New around here, love the journal, think this system is great, but have been thinking about something... searched in previous issues and didn't find something addressing this, so forgive...

### What would you like changed or added to the documentation and why? Meta-context: looking at the most recent (i think?) version of the docs here: https://pynwb.readthedocs.io/en/dev/index.html according to https://github.com/NeurodataWithoutBorders/pynwb/issues/1478...

category: proposal
topic: docs
help wanted: good first issue

Standing issue to track and consolidate documentation requests. Add additional requests by commenting below

documentation

Hello! Had a test fail with 4.0.0 like: ``` @pytest.fixture def spawn_terminal(qtbot, blank_pilot_db): prefs.clear() prefs.set('AGENT', 'TERMINAL') pilot_db_fn = blank_pilot_db prefs.set('PILOT_DB', pilot_db_fn) > app = qt_api.QApplication.instance() E AttributeError: '_QtApi' object has...

docs :book:
easy :cake:

Track minor docs improvements not worth starting their own issue over, comment to make a docs request! ## General - [ ] use of `~/.autopilot` file to bootstrap location of...

docs
meta
wiki

Raspis (and most linux distros i think?) automatically synchronize time by default, but raspis start with their timezone set as GMT. In addition to generating data that can be hard...

bug
enhancement

`Subject` is one of our many beloved superfund sites. meta issue to track what needs to be done - [ ] Expose history table and all other stored data in...

related to https://github.com/wehr-lab/autopilot/issues/157 and https://github.com/wehr-lab/autopilot/issues/133 When the current_trial is not correctly passed to a task, and thus not correctly passed back in the resulting data, the Subject class will overwrite...

bug
embarassing