Jamie Dubs

Results 33 comments of Jamie Dubs

Can you share your rails version, ruby version, etc? If you have some sample code that would help too My reference implementation still working fine, but it's running some older...

This extension is not actually maintained (or even published in the Chrome app store anymore). You might be looking for something else? On Tue, Sep 9, 2014 at 1:25 PM,...

@spareo implemented this over here https://github.com/Spareo/snowbankdao-autoclaim/commit/fac40070abb2579cddb27ead2c5f0429faef1889

I'd be happy to merge a patch that allowed specifying this via params or otherwise. Thanks for reporting

I also sync my `~/.Brewfile` with mackup via a custom .cfg file... doing the dump and restore automatically seems a little overkill, but I think it could be useful to...

+1 on this -- is it possible to even make this configurable? Or maybe have 2-3 fixed options

Won't that pretty much always be 0? I would suggest either requiring user to specify the arguments, or if there will be default arguments, use more conventional or expected values....

App works fine unless you go to Closed tab, which hits these API pages which error out Offhand looks like there are 3 ENV vars: READ_ONLY_REDIS_URL REDIS_URL API_URL but only...

@andrasfuchs yeah IPNS is crazy slow FWIW the gateway checker here: https://ipfs.github.io/public-gateway-checker/ -- runs the checks on your local computer. So those latencies are from your current location and setup...

This would be a nice add inside this repository too -- wonder if we could bundle requests more intelligently, so we're not just making 3 requests per server? That's not...