Garrett Michael Flynn

Results 120 comments of Garrett Michael Flynn

Cody's comment is related to https://github.com/NeurodataWithoutBorders/nwb-guide/issues/482. Subject table seems a bit vague. Maybe something that directly addresses the utility of this page for "multi-session subject information"

Has anyone developed a good workaround for this? Trying to create a library that works both on browser and Node—but this remains a persistent challenge.

1. Since this is the HTML date selector itself, we cannot add additional styling or other behaviors to it 2. We can get rid of the time, which nicely submits...

Two selectors under what condition? We can for different cells—but not the same one.

Ah, I see. I could make a pop-up form cell—though this is currently implemented for my SimpleTable port of HandsOnTable rather than the HOT version itself.

Following up on our conversation yesterday, here are some key takeaways about our approach to this issue: 1. Allow for manually changing the date-time as a string input 2. Check...

This could be fairly easily made as a custom component, since it just requires a few input boxes that trigger the native web Date / Time managers. Is this still...

Would it be possible to simply exclude the `icephys_metadata` field and allow this interface—or does this still leave too much complexity / too little control for the user?

Are we expecting that the user's choice of backend (i.e. `hdf5` vs `zarr`) will be consistent across files or should we support selection of different backends for individual files?

How should we handle the below inconsistency between stub and non-stub configurations? ``` [2024-04-09 17:08:56,487] ERROR in app: Exception on /neuroconv/configuration [POST] Traceback (most recent call last): File "/Users/garrettflynn/Documents/GitHub/nwb-guide/pyflask/apis/neuroconv.py", line...