Benjamin Plouzennec

Results 53 comments of Benjamin Plouzennec

I actually also got this issue on PhantomJS because of the `white-space: pre-wrap` css property rule.

I made a workaround using the `blockRenderFn` to always return a class that overide `white-space` to `normal`.

@si13b double-spacing works fine for me, since each line break create a new div in draftjs. I don't really know what is "soft" line breaks :thinking:

@si13b Hmm, juste tried double spaces with my workaround and it looks like it works fine. I don't know how to try soft line break :confused:

@si13b Would be something like this : https://jsfiddle.net/qj2n080k/4/ (i just added `white-space: normal` to the `.align-justify .public-DraftStyleDefault-ltr` css

I may open a PR for that if you can point me where the job is done for `input type="number"` :+1:

Hey there :wave: the PR template mention to `Update type definitions` but i didn't manage to find any in the repo. Could you point me were are those ? Thanks...

Hello @JustinDCole ! As stated in the [getting started](https://github.com/Okazari/Rythm.js#good-old-way) part of the doc you have two main way to use Rythm.js ### If you are using either `npm` or `yarn`...

Hello Justin, you are just misspelling the library name `Rythm` with the english correct spelling `Rhythm` https://github.com/JustinDCole/UpdatedAudioVisualizer/blob/rhythm.js/Rhythm.js#L5 You should use `new Rythm()` and it should work as expected :+1:

Hello ! I'm sorry but it will be hard to help you out without more context. The error makes me feel that the call to the `.mp3` file you're trying...