Eshin Kunishima

Results 14 issues of Eshin Kunishima

I found that DownFlickr can't parse url in albums pages sometimes. In new web UI, the album url is 'photos/{USERNAME}/albums/{ID}'. But this url parser does not support that format. https://www.flickr.com/photos/nnaannoohhaa/albums/72157627089718425...

Flickr has supported two endpoints to access albums. In fact, I saw "sets" and "album" in url. So we should fix url parser. ## Examples https://www.flickr.com/photos/40399956@N06/albums/72157643561183373 https://www.flickr.com/photos/40399956@N06/sets/72157643561183373

# Replace jQuery with Zepto - Zepto executes faster than jQuery. Nothing can be better than that. - Zepto is smaller than jQuery. It can reduce this extension size.

A sitemap can tell pages to web crawlers efficiently. It should be useful for public instance. - https://www.sitemaps.org/protocol.html - https://developers.google.com/search/docs/advanced/sitemaps/build-sitemap

feature request

- replace with 1inch api v4 - add missing chains

The latest libff seems to change its paths. So hevm build failed. ```shell hevm > /tmp/stack-570ee5a6896e8cdc/hevm-0.47.0/ethjet/ethjet-ff.cc:6:10: error: hevm > fatal error: libff/algebra/fields/bigint.hpp: No such file or directory hevm > 6...

This PR allows s3cmd to use an authenticated proxy server. fix #1128 ## Changed behavior - ```proxy_host``` accepts username and password (e.g., ```proxy_host = username:password@hostname```) - ```s3cmd --configure``` can handle...

This PR adds support for new validation form styles since Bootstrap v4. ![untitled](https://user-images.githubusercontent.com/3958340/29473604-5fbc5326-8493-11e7-96b7-f34d60f63dab.png)