Gardner Bickford
Gardner Bickford
This happens for me as well on Ubuntu 20.04. It may be related to a container crashing and constantly restarting. It manifests in Chrome as connection flapping:  EDIT: after...
D'oh! I just made https://github.com/jellyfin/jellyfin-tizen/pull/114 and then came to check on it, only to find that you had already done the work. I'm not part of the core project but...
I just started an example as well https://github.com/gardner/react-native-apollo-client-join-monster It uses [join-monster-demo](https://github.com/stems/join-monster-demo) as a backend. I dockerized it in the case that you prefer that method for easy setup: https://github.com/stems/join-monster-demo/pull/7 There...
Sweet. I'll keep an eye in this repo. I am having trouble with Apollo Client on RN as well. The queries sent by RN are different than graphiql.
You'd want to add the Android permission for storage and files: WRITE_EXTERNAL_STORAGE
Execute sh and pass the commands to it using -c. It should pipe for you.
Try enclosing the commands in single quotes: sh -c 'echo Hello | sed "s/Hello/HI/"'
You would need to escape redundant quotes like that. "without success" does not sound very intelligent. Try the good ol' "expected behavior vs observed behavior" compare and contrast.
I get "Process has not yet terminated: 2112" when I try this.
I don't have sed on my emulator ``` $ adb shell root@generic_x86:/ # sh -c 'echo Hello | sed s/Hello/HI/' sh: sed: not found 127|root@generic_x86:/ # ```