Cooper Maruyama

Results 18 comments of Cooper Maruyama

Faced this too - the only solution is to scrape the app store to make sure it actually shows up there, and add that as an additional check on top...

@saeedkargosha maybe you can chime in since you did the swift rewrite -- is your rewrite for this method equivalent to the Objective C version? If not -- maybe you...

Also getting this issue since upgrading to 1.10.4 There are the flags I'm using: ``` geth --ropsten --http --http.addr "0.0.0.0" --http.corsdomain "*" --http.vhosts="REDACTED" --gpo.percentile 90 --gpo.blocks 200 --txlookuplimit=0 --cache.preimages --txlookuplimit=0...

Follow up, I ended up just deleting the data directory and syncing from scratch. Even after running `geth removedb` this error was still persisting. Only after I deleted the data...

here's what it's looking like over here (we use mainly asset-swapper and some utils) ~5MB parsed ~800kb gzipped ![image](https://user-images.githubusercontent.com/1325802/82956753-51700d80-9f66-11ea-960f-ab1b69860c41.png)

I was able to get past this error by deleting the `ios/fabric` directory inside the npm module, which will cause codegen to run on this package when you run `pod...

of course. If the app groups were not correctly set up, there would be no case where I can share values between the app and the extension. It indeed works,...

Thanks! taking a look now

Hi, you're totally right -- since making this library I have built a few systems that address this, but I'm not sure it should be part of this repo, I'll...

Yeah, I'll leave this issue open to use the new context API. Regarding hooks, they are still experimental and [not yet recommended for production](https://twitter.com/dan_abramov/status/1055696227939966976) use AFAIK. Will probably add them...