Sébastien Cevey

Results 12 comments of Sébastien Cevey

This cancels the notification right now, which doesn't help the use cases I described above. The goal is really to schedule one or more updates to a notification, at a...

Most of the solutions mentioned in that SO thread are quite hacky or simplistic, in that they expose a promise which means everything depending on that needs to also be...

We're not respecting the EXIF orientation metadata. Then again I've never seen a single image that had this issue in PROD, so it seems low priority to me.

Any move on this? Sadly makes gaze really hard to use efficiently...

@whitecolor Do you have a full branch or example of this working? I'm really interested but can't seem to get your example to work locally.

I'll take a look, thanks! It doesn't seem like it should be too hard to fix the `less-builder.js` script in a similar way to what you've done, though I still...

I'm not sure to be honest, maybe a start would be simply to make sure all terms are defined. https://docs.textile.io/threads/introduction/#basic-usage has many of them, but not "thread" or "store". Actually...

I've also been looking for a way to do indentation in the same way @catphive describes. Perhaps most surprising is that the indentation works as expected as long as the...

See https://github.com/jspm/jspm-cli/issues/367 which is a blocker for this.

I have now added really basic support for `@import './foo.scss'`. It doesn't support partials (`_foo.scss`) yet and the extension is required.