etowahadams

Results 11 comments of etowahadams

Any updates on this? I've also run into the same issue creating a profile database from a MSA, and using the profile database to search my target database.

Status update: Since https://github.com/gosling-lang/gosling.js/pull/988 we are now using Playwright (instead of puppeteer, as I tried in my initial attempt). Playwright has some features which makes it easier to record user...

TiledPixiTrack is 95% of the way there. There are a few gnarly areas I could use some help on though. Perhaps we can discuss on Thursday or find a time...

One existing challenge is to get the HandleTilesetInfoFinished implementation to satisfy all three types https://github.com/higlass/higlass/blob/5b32ce69f6ada605fde6c547808c083427ce9b25/app/scripts/types.ts#L131-L135

Thanks for submitting and issue! This does seem to be a bug. In the short term, you might get a similar desired effect by changing `"point"` to `"bar"`. Here is...

I finally got around to reading about EMCAScript private vs Typescript private. Unfortunately, it seems like there are some performance differences between using `private field` vs `#field`. Using EMCAScript private...

I agree, its unlikely that private fields are going to need to be accessed hundreds of times such that this is going to make a huge difference. My guess would...

Hi @puehringer, thanks for the comment and for looking into this more in detail. The json example you provided will be very helpful. I've started to set up performance testing...

Hi @dvmoritzschoefl, This is a good point that would help improve adherence to the DRY principal. Currently datafetchers with workers implement`TabularDataFetcher`. Instead, these datafetchers could extend a base `TabularDataFetcher` class...