Results 924 comments of Colin Diesh

fixed by this PR https://github.com/GMOD/cram-js/pull/144

i've seen this error when I try to convert entire files e.g. javascript to typescript trying to prompt with e.g. "convert this file to typescript". it does a great job...

>Does JBrowse handle bedMethyl's natively? I should give it a try! ya! we have tried to do a couple things to support it better, i am trying to update docs...

woops updated screenshot ![Image](https://github.com/user-attachments/assets/6a98a4ee-c9d1-445f-a68b-41b869e872c8)

regarding the original question: You could filter the bedMethyl to only positions that match the reference and/or remove records with a N valid below a certain level (e.g. the median...

we had an initial concept of this from #2247 but it was removed if we can sketch out what we want from this, how it should be presented to user,...

this is really impressive. the usability is quite good in the demo link :) haven't checked the code yet. the only thing that was notable during discussion was the division...

one thing i saw, on embedded with the tracklist open, it is constantly re-calculating the width https://jbrowse.org/storybook/app/3685_pin_tracks/?path=/docs/getting-started--docs video [Screencast from 2024-02-29 11-34-11.webm](https://github.com/GMOD/jbrowse-components/assets/6511937/de6a08a3-419f-4ff0-8691-a539d8af589e)

i believe the growth of the dotplot view still increases (until screen width) on embedded react app https://jbrowse.org/storybook/app/3685_pin_tracks/?path=/docs/getting-started--docs random side note: it might be the use of a padding variable...

the padding diff ``` diff --git a/plugins/dotplot-view/src/DotplotView/components/DotplotView.tsx b/plugins/dotplot-view/s> index 75389e705..e95ce7d43 100644 --- a/plugins/dotplot-view/src/DotplotView/components/DotplotView.tsx +++ b/plugins/dotplot-view/src/DotplotView/components/DotplotView.tsx @@ -28,7 +28,6 @@ const useStyles = makeStyles()(theme => ({ container: { display: 'grid', -...