Paul

Results 108 issues of Paul

Enhancement of https://github.com/Peltoche/lsd/pull/413 # The problem Currently, if you have media files such as `.mkv`, `.mp4`, and `.webm` they won't appear together but instead be spread out. Same for `.jpg`...

kind/enhancement

I believe that the samples either show how music can be generated or how shaders can be used to produce complex rendering. I think it would be amazing if there...

Test case: ``` Zipper zipper("ux0:data/testzipper/ziptest.zip"); zipper.add("ux0:data/testzipper/somefolder/"); zipper.close(); ``` Result: `ziptest.zip` --> `/` --> some files Expected: `ziptest.zip` --> `somefolder` --> some files --------------------- The culprit is this line: https://github.com/sebastiandev/zipper/blob/787b97db8875c1c31789a8b82d96ed0191f6a0f7/zipper/CDirEntry.cpp#L97 Proposed...

bug

Currently all the icons are downloaded and loaded on start in a synchronous manner. Due to Vita's low IO performances it takes a long time, and it has been getting...

enhancement

- [x] Change download button to “update” if it's already installed but a newer version is available 03ab7e9da9ad8f488f799fbc9a3b1b678079155c - [ ] Add a view with the list of homebrews which...

enhancement

Note that VitaDB currently doesn't have a format for plugins, so we'll need to inspect zips and figure out what should probably be copied to `ur0:/tai` and enabled.

enhancement

Currently, only the first screenshot is displayed. It should be possible to click on it to view it fullscreen and swipe to see the other screenshots.

enhancement

Many users don't read the README so they transfer using `text` mode rather than `binary` mode. Supporting FTP's unwanted changes to the files transferred in `text` mode will ensure that...

enhancement

I should rely on module/library's NID instead of OS version to target the patches.

bug