denniskrol
denniskrol
Seems to be since https://github.com/rap2hpoutre/laravel-log-viewer/pull/209 `RecursiveDirectoryIterator` doesn't sort by anything. Interestingly on Windows the files are sorted by name. On Ubuntu they are sorted by random (it seems)
Pretty sure that's this issue: https://github.com/librespot-org/librespot/pull/1183 That should be fixed in librespot, but I don't know why that isn't updated in Spodcast yet. I just run the command a couple...
Did you ever find a way? Running into this exact issue.
Looks like a different issue. This video as example: https://www.youtube.com/watch?v=gN9cIlICDt4 If I try to download it, Chrome (greasemonkey) tries to download a videoplayback.txt which fails. If I console.log(ytplayer.config.args); It gets...
Chrome 39.0.2171.99 m (32 bit) on Windows 7 x64 Same video: https://www.youtube.com/watch?v=gN9cIlICDt4 In `function getFlashArgs()` I added `console.log(ytplayer.config.args);` If we take, for example, the 720p video (itag 22), I get...
Running into the same issue, has anyone tried attaching [EFS ](https://docs.vapor.build/1.0/resources/storage.html#mounting-a-persistent-file-system) to Vapor and using that path for the database? Because when using the resources (or database) path it will...
Completely forgot to update this. I went for a dual Vapor and EC2 with EFS solution. My project leans heavily on Laravel jobs and they were 2 to 3 times...