oscadev
oscadev
RIght now, if a user places their "Storage" folder (the folder where albums, sidecar, config, cache etc are) inside their "pictures" folder *the folder that it scans to index from),...
on.start runs per the console.log callback, but on.scan never triggers the callback (as if not finding anything). The exact same code works fine in iOS, and I have added the...
#### Current Behavior When a page has many instances of ReactPlayer, no video will ever play in iOS Safari. This doesnt happen on desktop, or even on Safari desktop. This...
Right now, it correctly indents doe nested ul lists, but it only adds one bullet instead of one for each level. For example: ```` item 1 item 2 sublist item...
Its kinda tedious that I have to add a random string inside the "file title". First, I cant find in the docs anywhere what this field is supposed to be...
Seems related to this library since it references "webrtc" in that file. Here is my AppEntry.js file `import registerRootComponent from 'expo/build/launch/registerRootComponent'; import App from '../../App'; import { register } from...
I have ubuntu with a 12GB 3080, 10700k, and 32GB. I installed this by clonging the repo, then doing the few docker commands listed. I have both alpaca 7 and...
It complains that "all children must have unique keys" when using infinite because it presumably just uses the exact same key without transforming it on each repeat. This only happens...
Issue 1: Every now and then, "shuffle" forgets it is supposed to be shuffled, and just starts playing songs in alphabetical order, and I have to tap shuffle again. Issue...