Dmitri Zaitsev

Results 59 issues of Dmitri Zaitsev

First of all, let me thank @sindresorhus and everyone else for your titanic efforts to make these lists so awesome, it is greatly appreciated!!! The problem I'd like to address...

I could not reproduce what is described here: > Any margin that we add to the paragraph is being applied way off to the right of the image. This is...

This is the first time ever I read that promises "add complexity over callbacks". Every single other post states the opposite: > ``` js > fs.readFile('movie.mp4') > .then(function(data) { >...

I have been playing with `flyd` and really liked how a promise `p` can be passed directly to a stream `s` as `s(p)`, and the "promised" resolved value will simply...

This error occurs when I load Google Maps with the Angular directive following the basic instructions here: http://nlaplante.github.io/angular-google-maps/#!/use ![image 2014-08-02 at 2 48 42 p m](https://cloud.githubusercontent.com/assets/2513193/3788013/19fe267a-1a4c-11e4-9b36-7052ae5d94ca.png)

bug

I am puzzled why the hard-coded `16` is used: https://github.com/markgoodyear/postcss-vertical-rhythm/blob/master/index.js#L11 Isn't it meant to work with any font size? Am I missing anything?

The main factory 'smoothScroll' has hard-coded dependency on 'window' and 'document'. Would it be easy to make it re-usable for scrollable elements other than main window?

In line with the discussion in https://github.com/ramda/ramda/issues/2160, I wonder about the consensus to add `CFoldable` aka Commutative-Foldable, where `reduce` only needs to be defined and obey the laws for the...

I have tried to write the simplest possible example to illustrate the framework's value, by showing its reactive behavior and tried to put some hopefully helpful inline comments. Here is...

This is not meant a PR but rather a result of my understanding attempt with annotations and inline questions caused by some confusion, that I would like to share this...

conversation