Jason Ashby
Jason Ashby
Currently, only static IPs are possible, so definitely need to add in the dhcp option, which should probably be default.
The `get_configs` function in ezmomi.py merges the config.yml settings with settings supplied on the command line (argparse). Currently, ezmomi complains if any parameter has not been set on the command...
Hello, We are having some issues with poor audio quality when playing instruments over Opentok. The suggestion in the [React Native issue](https://github.com/opentok/opentok-react-native/issues/237) I opened was to implement the [custom audio...
# Feature Request **Description** When publishing high-quality audio streams, disabling audio processing is recommended per [Opentok docs](https://tokbox.com/developer/guides/audio-video/js/#audio-tuning). For our use case, we have users performing live music, e.g. with an...
I'm familiar with ignoring events, but how do prevent a subdirectory from actually being watched? e.g. I'm watching `/usr/jason` but want to exclude `/usr/jason/.snapshot` or even `/usr/jason/work/.snapshot`. Our NetApp file...
There is an [open issue in react-native-fast-image](https://github.com/DylanVann/react-native-fast-image/issues/258) about conflicts with react-native-firebase-starter, which causes this error when loading react-native-fast-image: ``` Invariant Violation: Native component for "FastImageView" does not exist ``` This...