Albert Schweitzer

Results 7 comments of Albert Schweitzer

I was able to hack together a workaround by just overwriting the source with `player.src()`. However, I tried importing the `videojs-playlist` library with an import statement as well as a...

Giving this another shot, here's the relevant code: main.js has the global import for vue-video-player ``` import VueVideoPlayer from 'vue-video-player' Vue.use(VueVideoPlayer) ``` and VideoPlayer.vue has the vue-video-player component ``` ......

Came here with the same idea: I'm trying to add keyboard shortcuts to increment/decrement the current index of a list. For example, I want users to be able to scroll...

stack trace ``` [18:06:56] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread [18:06:56] [Spigot Watchdog Thread/ERROR]: PID: 29 | Suspended: false | Native: true | State: RUNNABLE [18:06:56] [Spigot Watchdog Thread/ERROR]:...

I believe this is the culprit: https://github.com/wensheng/JuicyRaspberryPie/pull/9

I'm getting this issue now on a Mac M1 connecting from PS4 and iOS. The iOS debug is: ``` 7:27PM INF Opening connection to ***.***.***.***:**** for new client 192.168.1.48:56232! 7:27PM...

I'm still getting this issue though I see it's been removed from the gradle file. ``` pi@pi4:~/Nukkit$ ./gradlew --version ------------------------------------------------------------ Gradle 8.0.1 ------------------------------------------------------------ Build time: 2023-02-17 20:09:48 UTC Revision: 68959bf76cef4d28c678f2e2085ee84e8647b77a...