Valentin Hervieu

Results 275 comments of Valentin Hervieu

Then to display your changes, you need to open the `demo/index.html` file in a browser.

Finally, when submitting the pull request, please provide a JSFiddle running your fork version that show that everything works. You can fork this one: http://jsfiddle.net/cwhgLcjv/ and update the library import:...

No there is no option to do that correctly but I don't think it would be very hard to implement it. Would you like to work on a pull request...

I think the best way to go is to use the existing labels system and add logic to only show it on some conditions (could be several options): when focus,...

Today it's not possible to do it via the library, but you can use a short workaround via CSS gradient background: ```css background: linear-gradient(to right, #c60600 0%,#c60600 10%,#d8e0f3 10%,#d8e0f3 90%,#c60600...

No it's the right place to submit features request! I was just providing a workaround for now. If you want to provide a pull request adding this feature, you are...

Indeed this would be a good feature. However, for now, it's not possible and needs quite a lot of work. If you feel motivated to work on a PR, I...

This is a good news, it's always nice to get some help! :) I don't have much preference about the implementation, since you are the one who needs it, you...