Mark Gaiser

Results 93 issues of Mark Gaiser

Hi, In Android you can request a frame rate change: https://developer.android.com/media/optimize/performance/frame-rate Currently NextPlayer isn't doing this, my framerate is fixed at 60. For optimal video playback it's ideal to match...

bug

Hi, ![image](https://github.com/user-attachments/assets/1bc69db2-6147-4ffc-b2ea-fc342322bdb2) I was following this video (https://www.youtube.com/watch?v=U6k7HnQiWzc) and tried to do the same in js. While the nodejs [API](https://duckdb.org/docs/api/nodejs/reference) has `...params` for nearly every function, it seems like named...

Hi, I get the idea behind boa verified slices but this already assumes the whole data in some shape or form is already somewhere. There is a beginning and an...

### Is your feature request related to a problem? Please describe. The way yay presents download status is just fine as-is. Still, if someone has time and has a bit...

Type: Feature Request
Status: Discussion Open

``` ❯ npm run build > [email protected] build > rm -Rf lib/* && tsc && npm run remove-unused-declarations && npm run flow-type-gen && npm run minimize-lib-files && npm run test:lib...

Hi, Your package already has imports for encode and decode but only for nodejs. Could you extend this for the browser too? It would be great if the `npm run...

Hi, The current render code seems to do everything in one sequential flow. As soon as it finds a fenced block it passes it though the highlight function. Which works...

Hi, I hear that ESM is the way to go in JS these days. So i thought, lets try it in a new pet project. Hours later i'm just freaking...

### Use case description I want to be able to playback encrypted files. This **explicitly is not** m3u8 files with DRM protected chuncks. To emphasize it, cause it **will** confuse...

enhancement
low priority

### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [ ] The issue is...

bug-report