Patrick Gallagher

Results 39 comments of Patrick Gallagher

Solution #2 is definitely possible as https://github.com/pascalgn/size-label-action doesn't have this issue

Nice! I skipped over that since it wasn't clear. Maybe add a sentence about creating them manually if you don't use the script? It seems users may prefer that method...

Just did some testing on this, and didn't see any performance improvements. It might have been my implementation, but I actually saw a 100ms increase. You still need canvas, since...

@sid-toshi I was unable to create a permanent reusable deeplink in Wallet's dapp browser. Should I make a new issue? I just get `Error generating share link` I also tried...

- Temporary Wallet - To-Go Wallet - Go wallet - On-the-go wallet - Snap-wallet :ok_hand: "here and gone in a snap!"

![fannypack-best](https://user-images.githubusercontent.com/35622595/50745294-61fbd880-11f7-11e9-90c5-a8bce1b8135a.png) ![nifty-fannypack](https://user-images.githubusercontent.com/35622595/50745298-66c08c80-11f7-11e9-9db1-4fb25490c605.png) Fanny packs are a fun place to keep a _little bit of change_ when you're **on-the-go**.

![fanny-tshirt](https://user-images.githubusercontent.com/35622595/50745747-d59ee500-11f9-11e9-9e41-a489ff6e7d72.png) Made T-shirts for promo launch party

Was looking for an answer and saw this has already been posted here https://github.com/i18next/i18next-scanner/issues/118

@otaviobps @rchinerman I came up with a config to solve this problem. For ``, my files look like this: ```js Donate {{ donateNum }} DAI from interest ``` Which will...

I added a couple lines to the above fix to allow using multiple namespaces with `useTranslation()`, as described [here](https://react.i18next.com/latest/usetranslation-hook#loading-namespaces). If you want to do this: ```js const { t }...