Jonny Saunders

Results 188 issues of Jonny Saunders

Related to: - https://github.com/Aharoni-Lab/Miniscope-DAQ-QT-Software/issues/68 - https://github.com/Aharoni-Lab/Miniscope-v4/issues/37#issuecomment-1922748249 ## Problem Some lucky people have such lovely bright and clear signal that they need to make the illumination LED as dim as possible....

Tracking issue for making reproducible builds and ideally cross platform builds. Work will be done in https://github.com/Aharoni-Lab/Miniscope-DAQ-QT-Software/tree/feature-repro-build ## Overview Currently the build has unspecified dependencies (hardcoded paths to opencv in...

build

The current source is based on Qt 5.12 which was released in 2018 and has been long since EoL. Need to upgrade to Qt6, which is relatively straightforward, if tedious:...

Reported here: https://groups.google.com/g/miniscope/c/McwEYNZMWwE > We are using the new DAQ software with Miniscope v3 and a behavioral camera (webcam). When we run the software, it displays the window for the...

Got a verbal issue from someone at poster session yesterday, they say their main problem was that they want to hide the params pane while they are doing surgeries -...

### Website or app (all sites) ### Repro steps From any page: ```js const printMessage = (event) => {console.log(event)}; window.addEventListener('message', printMessage); ``` Since there isn't a place to actually describe...

Type: Bug
Status: Unconfirmed
Component: Developer Tools

I see docgen being marked as a replacement for markdowngen: https://github.com/linkml/linkml/blob/9cc2410ba8e8bee8fd8f4209e13c9a18e2d997d8/linkml/generators/docgen.py#L86 And this is mentioned in an issue from 2022: https://github.com/linkml/linkml/issues/923 But markdowngen is still used in projectgen, which is...

question
generator-doc

Fix: https://github.com/linkml/linkml/issues/2005 Related to: - https://github.com/linkml/linkml/issues/1830 - https://github.com/orgs/linkml/discussions/1820 - https://github.com/linkml/linkml-runtime/pull/305#issuecomment-2022063311 I feel like this comes up a lot. with the new template system it was pretty easy to implement. this...

generator-pydantic

depends on: - [ ] merging https://github.com/linkml/linkml/pull/2036 this PR builds on #2036, see the [diff between branches](https://github.com/sneakers-the-rat/linkml/compare/pydanticgen-metadata..pydanticgen-string-template) for what is unique to this PR --- > *i have implemented* >...

generator-pydantic

**Describe the bug** I am afraid to say this was my doing, and it may be cold comfort when i say that i'm doing more to both fix this and...

bug
linkml-runtime