Colin Diesh
Colin Diesh
could make "larger than screen" exports for example
I think many times if a track is auto-adjusted to it's current layout height, which is bounded by a maxHeight, it can be better than if the track has a...
Currently, the defaultSession is a raw snapshot of internal app state. There are efforts that can be made to simplify that internal state to some extent, but in addition to...
currently it passes the 'feature' to "snapshotFromBreakendFeature" which only looks at alt[0] the variant feature details might display multiple ALT but all of them would nav with alt[0]
these cause bundler warnings and not good practice rollup produces two errors from jbrowse/core ``` !) Circular dependencies ../node_modules/@jbrowse/core/ui/Dialog.js -> ../node_modules/@jbrowse/core/ui/ErrorMessage.js -> ../node_modules/@jbrowse/core/ui/ErrorMessageStackTraceDialog.js -> ../node_modules/@jbrowse/core/ui/Dialog.js ../node_modules/@jbrowse/core/BaseFeatureWidget/BaseFeatureDetail/Attributes.js -> ../node_modules/@jbrowse/core/BaseFeatureWidget/BaseFeatureDetail/ArrayValue.js -> ../node_modules/@jbrowse/core/BaseFeatureWidget/BaseFeatureDetail/Attributes.js...
It could be useful to see these in the context of the breakpoint split view
i think @jbrowse/cli can depend on packages/text-indexing and potentially unify codebases
Possible fix for cross-repo jbrowse-plugin-template issue https://github.com/GMOD/jbrowse-plugin-template/issues/45 Was not able to verify this fix with yarn link but might be a way forward
See https://typescript-eslint.io/rules/strict-boolean-expressions would try to catch issues where you need to be more explicit about comparisons against undefined motivated by #4234 where there were some number|undefined being used but if...
on selecting "Quit" from the jbrowse desktop mac app, i sometime see a crash. tested with v2.10.2 not sure if it's just my machine or not, and it seems like...