Phil

Results 8 issues of Phil

Hi, great work with this module. One question: Do I have to accept a transfer in the app after I create one via the API?

### Version module: ^4.9.1 nuxt: 2.14.5 In the docs (https://auth.nuxtjs.org/api/options#cookie) it says: > domain - domain (and by extension subdomain/s) where the cookie is visible. **Default is domain and all...

bug

gradle sync failed due to old gradle settings in the `react-native-vector-icons` package

I am using Chrome with MathWallet extension. When I hit "Connect Wallet" on the Swap page, it opens a popup with mathwallet.org instead of the extension: ![image](https://user-images.githubusercontent.com/3694800/112022871-f893e600-8b32-11eb-8bd3-c45d704263fb.png)

This thrown an error when focus the `to` input text field without selecting a token: ![Pasted_Image_3_5_21__12_14_PM](https://user-images.githubusercontent.com/3694800/116865170-67bc2a00-ac09-11eb-990e-e754b65f714a.png) This fix disables the text field when no token selected.

It was able to supply with 0 amount: ![image](https://user-images.githubusercontent.com/3694800/116864826-c3d27e80-ac08-11eb-9292-7eb3f9f7028f.png) My fix checks if `to` or `from` is zero, and shows "Enter an amount": ![image](https://user-images.githubusercontent.com/3694800/116864913-ea90b500-ac08-11eb-857b-f53c0f2adf09.png)

This experimental feature does auto harvesting and staking and all the steps in between. 👉 Test here: https://raydium-auto-farm.vercel.app/autofarm/ **Steps:** 1. Harvest Pool 2. Provide Liquidity 3. Stake LP Just hit...

I have a Kujira wallet that has more than 100 balances/tokens (~116 at the time writing), therefore the `allBalances` function does not return **all** balances, only 100. This PR changes...