Raxit Majithiya
Raxit Majithiya
* What operating system are you using? macOS _High_ Sierra `10.13.4` * What version of Node.js is on your system? Reproduced in `v8.9.3` and `v9.11.1` * What is the version...
- Updates `dotenv` to [14.2.0](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md#1420-2022-01-17) to get the `override` config. - Updates `dotenv-expand` to [6.0.1](https://github.com/motdotla/dotenv-expand/blob/master/CHANGELOG.md#601-2022-01-17) to take advantage of some new features such as https://github.com/motdotla/dotenv-expand/pull/39 - closes #62
Hi, I see that we have [`ASWebAuthenticationURLHandler`](https://github.com/OAuthSwift/OAuthSwift/blob/master/Sources/Handler/ASWebAuthenticationURLHandler.swift) that nicely supports `ASWebAuthenticationSession`. However, it has two limitations: 1. It's marked as `@available(iOS 13.0, ...)`. - It could work in `iOS 12.0+`...
- Add Package.swift to support Swift Package Manager. - Update library's SWIFT_VERSION to Swift 5 and udpate reference of `UINavigationControllerOperation` to `UINavigationController.Operation`.
The actual arguments to be provided to the CLI are different than what's documented.
- Alignment mode for the title layer. - Content insets for the scrollView. - Option to disable scrolling to the selected segment on user selection. I needed this for my...
Thanks for sharing this class. I have added Package.swift for SPM, in case you or anyone else is interested in it.
## Description This is a duplicate of https://github.com/ProxymanApp/Proxyman/issues/1155, which still exists in the Map Remote feature, so I am re-creating the bug report since using the proposed solution (script) disables...
## Description I frequently toggle the Proxyman proxy from the Menu manually by unchecking `macOS Proxy Overridden` item from this menu: I can toggle the proxy On/Off using `networksetup` by...
Add documentation for the `iosUniversalLinkDomains` field. This field is defined [here](https://github.com/expo/config-plugins/blob/b368b0bfcb808fa724f14bd3ee7715d1cabb6fff/packages/react-native-branch/src/types.ts#L4) and used [here](https://github.com/expo/config-plugins/blob/b368b0bfcb808fa724f14bd3ee7715d1cabb6fff/packages/react-native-branch/src/withBranchIOS.ts#L51-L54).