Vincent Ricard

Results 33 comments of Vincent Ricard

@alexander-akait btw, i just read this from the [spec](https://www.w3.org/TR/css-values-4/#example-c3db2475): ``` It’s important to maintain zero-valued terms, so the calc() doesn’t suddenly "change shape" in the middle of a transition when...

> Not at the parser level, just like PoC (i know it can take a time), because it may turn out that it is faster and more convenient. Ok, i'll...

> you will see how it works Thanks for the pointer. So i understood the spec correctly, and this PR is wrong since it transforms `width: calc(20px + 0%);` into...

@kdy1 of course you can :) I hope finish the other [PR](#6291) this weekend (i signed for a new position and was busy last weeks).

Hi, I ran into this issue and i fixed it by using the `--ext` option eg: ``` esw ./src --ext .ts ```

Hi, It's a bug. [Documentation](https://github.com/erikras/redux-form/blob/e63bd4934f08238dedfeecdb8ab812d3f4bf546a/docs/api/Field.md#ondragstart--event--void-optional) mentions it as optional So we should align the [prop types](https://github.com/erikras/redux-form/blob/b2cef7191ced63fbe16841fdf84625622cac5d17/src/propTypes.js#L60) (and the [flow version](https://github.com/erikras/redux-form/blob/639d45edf57f99d2d55d49d0b063c00dcf5198bb/src/FieldProps.types.js.flow#L34)?)

I think the issue found by @dawnmist has been addressed by #612

Hi, It seems to be expected: https://github.com/rust-lang/getopts/blob/c11eb65097d0dc9fe9ceb351d63c3ac8b5f05e0b/src/tests/mod.rs#L412-L427

The project for the bug reproduction is dead (removed or private). I guess we can close this issue.