Garrett Stevens

Results 30 issues of Garrett Stevens

Do you want to request a *feature* or report a *bug*? ----------------------------------------------------- Feature I guess? Unless it's supposed to work with Yarn 4, in which case this is a bug....

help wanted
package managers

This adds the concept of pinning (or sticky positioning, using CSS positioning terminology) various UI elements. First, the view menu bar is pinned for all views, so you can access...

enhancement

There's some info about gCNV output files and a sample of what a track might look like here (sample is on IGV web): `https://github.com/igvteam/igv.js/pull/1055` (sample reproduced below). ![image](https://user-images.githubusercontent.com/6240170/73796802-3e012280-477c-11ea-88ad-2c7bf637bc4a.png) I think...

enhancement

This came up during an Apollo meeting today. There was a request to add some way to add some help text and possibly a link to docs to a widget....

In CDS features in the feature details widget, the chromosome can be "undefined": ![image](https://github.com/GMOD/jbrowse-components/assets/25592344/d0a774f2-5a2a-4cb2-91ba-debbf79bdace) Seen in this session, FBXL6 gene: https://s3.amazonaws.com/jbrowse.org/code/jb2/main/index.html?config=test_data%2Fconfig_demo.json&session=share-hyWPKSAEXQ&password=04I8J

bug
size medium

Right now you can open two instances of JBrowse Desktop and point them at the same session, so they end up overwriting each other. One way to handle this would...

enhancement
desktop

Use something like [basic-ftp](https://github.com/patrickjuchli/basic-ftp) and wrap a GenericFilehandle around it so we can access files on FTP. Will get routed to the main process via IPC for fetching.

desktop

Fixes #176 by using TypeScript's `parseJsonConfigFileContent()`, which resolves the "extends" in a tsconfig and merges the various options in the base and extending tsconfigs. I wasn't what was a good...

cla:signed

Thanks for this project! It's been really useful to me. One thing I noticed is that it looks like the tsconfig.json is parsed here: https://github.com/oclif/config/blob/25ea41291d69c6f8878aa793fd0fd41469acccce/src/ts-node.ts#L37-L40 and used in a few...

This proposes moving the plugin template setup script to `@jbrowse/development-tools` instead of having it in the plugin template. The script is meant to be run once when setting up the...

needs label triage