Oskar

Results 11 issues of Oskar

Hi guys, Ive built a basic rtsp parser in javascript and I am experimenting with sending h264 frames to broadway. I haven't been successful with getting broadway to render them....

Hi, could you consider adding broadway to npm? regards Oskar

### Description Hi! I'm running into an issue when trying to reference an entity via its title (`Undefined offset: 1`). ![image](https://user-images.githubusercontent.com/1297789/158603016-1397fd05-aa8b-4f36-98d4-d9306de91283.png) And when I run the feed, the output is...

bug

Hi there! How close is a 1.0 release? I have a few days to spare, so if there is something I can do to help, let me know! I'll start...

I have a relatively complex svg (with animations) that currently breaks this otherwise awesome plugin. This is the content of the file. ``` /* */ ``` Gives the following output:...

Hi! Currently regl-scatterplot renders the items in the order they appear in the arrays. This means that outliers (high or low values) can be obscured by other dots on the...

wontfix
improvement

Greetings! Do you know if it would be possible to run most of this library in a worker? Perhaps by using an [OffscreenCanvas](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas). Perhaps the `number[]`'s that are passed in...

improvement

Hi! I have seen that some of our users are experiencing `(regl) context lost` errors when they leave a page idle for a while (with a regl-scatterplot in it). From...

question

BD Rhapsody produces mtx and tsv files, [link to BD page](https://bd-rhapsody-bioinfo-docs.genomics.bd.com/outputs/outputs_datatables.html) **BD mtx vs cellranger mtx:** Column order are the same: feature,barcode,counts Difference: rows of the mtx from BD are...

Usually `scarf` methods looks a bit like this ```python my_func(cell_key: str, feat_key:str): # load stuff from datastore # do stuff # save results to datastore ``` it would be awesome...