Geraint White
Geraint White
Before running tests: ``` $ ps aux | grep update-notifier geraintwhite 75975 0.0 0.0 4268080 836 s004 S+ 9:25am 0:00.00 grep update-notifier ``` Output of tests: ``` $ npm t...
In the latest version of the library, we get the following error when using jest: ```js ReferenceError: self is not defined 4 | import { findWithType } from 'react-shallow-testutils'; 5...
# Summary Fix #509 ## Test Plan Tested in my app by calling the following and verifying that the permission prompt is displayed: ``` Permissions.check(PERMISSIONS.IOS.LOCAL_NETWORK_PRIVACY) Permissions.request(PERMISSIONS.IOS.LOCAL_NETWORK_PRIVACY) ``` ## Compatibility |...
### Current Behavior Because `react-redux` is pinned to `^7.0.0` in dependencies it means that an application using `react-native-offline` is unable to use a newer major version of `react-redux` (e.g. [v8](https://github.com/reduxjs/react-redux/releases/tag/v8.0.0))...
Installing the module inside docker on an M1 Mac fails due to missing binaries at the URL https://github.com/kelektiv/node.bcrypt.js/releases/download/v5.0.1/bcrypt_lib-v5.0.1-napi-v3-linux-arm64-glibc.tar.gz. I can see on the [releases](https://github.com/kelektiv/node.bcrypt.js/releases) page that the darwin arm64 binary...
Allow the SCM checking to be disabled via an option.
React Native Debugger app version: 0.10.5 React Native version: 0.59.10 Platform: iOS Is real device of platform: No Operating System: macOS 10.15.1 Related to #376 and #365, a recent update...
There are a number of critical pull requests that need merging for this module to work properly (#13 and #20). What can we do to get these merged @williambout and...
### Context - **Gitlab plugin version**: 1.5.13 - **Gitlab version**: 12.6.3 - **Jenkins version**: 2.204.2 - **Job type**: Multibranch pipeline ### Jenkinsfile ``` #!groovy properties([ disableConcurrentBuilds(), gitLabConnection('xxxxxx'), buildDiscarder(logRotator(artifactNumToKeepStr: '1')) ])...
Using the SIPml API and a self hosted instance of webrtc2sip I am able to make incoming calls fine, but when I attempt to make an outgoing call I get...