Andrew Rothman
Andrew Rothman
For now, I had to omit support for transactions by doing this instead: ``` static runQuery(query: string, args: any[] = []): Promise { return new Promise((resolve, reject) => { this.db.transaction((tx:...
I think having this option would be awesome. Enabling this would greatly improve my workflow, as I often find myself having to add code to functions which are already indented...
I also have a VPN server setup on the same machine as my cluster, 192.168.1.7, and it does not work for me with or without the vpn enabled. I am...
@dvdmuckle's solution worked perfectly for me. To do this, I did the following: ``` kubectl create serviceaccount "cabin-access" kubectl create clusterrolebinding "cabin-access" --clusterrole=cluster-admin --user "system:serviceaccount:default:cabin-access" kubectl describe serviceaccount "cabin-access" #...
Related: https://github.com/MetaMask/metamask-mobile/issues/1975 https://github.com/MetaMask/metamask-mobile/issues/1956 https://github.com/MetaMask/metamask-mobile/issues/1931 https://github.com/MetaMask/metamask-mobile/issues/1140 https://community.metamask.io/t/window-ethereum-is-not-being-injected-on-android-metamask-mobile/3932
One thing to mention, I found [this demo app repo](https://github.com/amaurym/login-with-metamask-demo) with [this live deployment link](https://amaurym.com/login-with-metamask-demo/) which **does** work on my Android phone. I'm not sure why this is. The [code...
It seems to work for me.