Hector Leiva
Hector Leiva
@jforaker This workaround (https://github.com/react-native-webview/react-native-webview/issues/1407#issuecomment-634436481) seems to have helped in at least getting my RN Project compiling properly for Android: `package.json` ``` "react": "18.2.0", "react-native": "0.71.7", "react-native-audio-recorder-player": "^3.5.3", ``` `android/build.gradle` ```...
Hey all, I really appreciate all the work that has gone into this package to make Strongloop/Loopback a viable framework. I'm hoping that this can be merged in sometime soon...
@kriefsacha how's your plex instance working out after having added those PV/PVC's? I ended up having to edit the `deployment.yml` so that instead of creating 3 separate PV/PVC's for `config`,...
@justinhodev I basically modified the `deployment.yml` file so that the `volumeMounts.name` were all the same, pointing to my single volume mount and there's only one volume entry. so `volumeMounts` looks...
@vitobotta I could never get the transcoder to work in my set-up because I was warned that the Raspberry Pis weren't powerful enough to do the transcoding work that would...
@jtv199 I think you need to also specify in `kubectl get pods` the namespace as well? `kubectl get pods -n plex` should return all the pods within the `plex` namespace....
`persistentvolumeclaim "existing-pms-data-pvc" not found` is a pretty interesting find. try: ``` kubectl get pvc -n media ``` It needs to return something like this: ``` NAME STATUS VOLUME CAPACITY ACCESS...
You didn't have to create the `media` namespace, I happened to have done that; but you used `plex`, so that's fine. It sounds like the issue is that you created...