Sebastien Barre

Results 25 issues of Sebastien Barre

If possible (see [nolanlawson/slow-deps](https://github.com/nolanlawson/slow-deps)) ``` barre@killy $ slow-deps Analyzing 40 dependencies... [====================] 100% 0.0s ---------------------------------------------------------- | Dependency | Time | Size | # Deps | ---------------------------------------------------------- | download | 44.5s...

Type: Maintenance
Priority: Low

While it appears the Instagram API is now useless, I would still like to recover all my metadata (caption, tags, GPS loc) and a backup of my photos. It looks...

Type: Enhancement
Status: In Progress
Priority: High

Instagram's very own "Share to Flickr" feature has been broken for a while now. Let's implement that functionality as a new "sync" command. This will likely involve: - finding out...

Type: Enhancement

Logging need some work. Consider: - [How to Get Node.js Logging Right](https://blog.risingstack.com/node-js-logging-tutorial/) - [sospedra/logatim](https://github.com/sospedra/logatim): isomorphic logger which implements log levels and ANSI styles - [pimterry/loglevel](https://github.com/pimterry/loglevel): lightweight logging, adding log level...

Type: Enhancement
Priority: Low

**Is your feature request related to a problem? Please describe.** Not a huge problem per se, but small images are often encoded into a smaller base64 PNG than they are...

I'm executing some tests that rely on a bundled file created with Webpack (say `app.min.js`). This is a very large file that contains many packages bundled together. I've the source...

Thanks for this great example. I've issues making it work in my own code. Consider: ``` if (!global.Intl) { require.ensure([ 'intl/Intl', 'intl/locale-data/jsonp/en.js' ], function (require) { require('intl/Intl'); require('intl/locale-data/jsonp/en.js'); }); }...

I'm trying to get the date/time a file was first created in a git repo. I'm at HEAD, I know the file exists. This is what I came up with,...

In [`/templates/tachyons`](https://github.com/c8r/kit/tree/master/templates/tachyons), I'm not sure I understand what this means: ``` Be sure to include a link to Tachyons in your document: ``` What document? The [`kit.config.js`](https://github.com/c8r/kit/blob/master/templates/tachyons/kit.config.js) file already seems...

Thanks for DashDoc, very useful. Not sure if this is doable, but depending on the buffer syntax, could the look up be performed on something "larger" than the word? For...

enhancement
help needed