Rami Jarrar
Rami Jarrar
(We've changed the organization name)
Using Meteor's force-ssl package leads to a redirect loop. We can work around this by moving the functionality down to web.config but considering the widespread usage of force-ssl, it makes...
Other CLI tools (modulus/meteor itself) include an option to load METEOR_SETTINGS from a json file before deployment. This can be accomplished in the Azure portal right now, but it isn't...
The tool currently does a lot more than wrap demeteorizer (e.g handles uploading the bundle, provides web.config), I think the current name detracts from that. Consider something more general such...
Not sure if this has been mentioned before, but we are using multiple settings files and would be great if we could pass these in with a command line option...
This will be particularly helpful in interfaces which do not render line-by-line execution times by default.
See https://guide.meteor.com/writing-atmosphere-packages.html#peer-npm-dependencies (I can contribute a PR if that is easier for you)
The use of TelephonyCallback was introduced in react-native-webrtc#724 which is only supported on Android SDK v31+. I have added an `@RequiresApi` annotation to maintain compatibility with older platform versions.
After updating to React Native 0.71, we are getting build failures on Android (including #646). This PR makes the following changes to resolve these: - Add redundant handling for missing...
Fixes incorrect use of [Service.stopForeground](https://developer.android.com/reference/android/app/Service#stopForeground(int)).