Marc
Marc
I have a case where the customer also wants the line-height to be different (thicker) and so I also lack the ability to customize the line-height.
@Techwraith Could you share your hacky global CSS?
Different enter/exit transitions would be very useful for my use-case. I need to have a different transition duration on enter and exit. ``` const datum = { append: "circle", r:...
I like destructuring objects like in your example as well. But Passing a d3.transition object would have the benefit of being able to use the other functions on d3 transitions...
@robertu7 Heya, how do you reset the default styles of the toast. Is it it possible to do this globally?
Would like to have this extension functionality. The mentioned extensions are a bit distracting, as the highlights are always displayed. They should only be shown when f,F,t,T are pressed and...
I am interested in this as well. There are extensions like vim-find-highlight or vim quick scope, that highlights letters to jump to words when pressing f F, t T. But...
yes with few code, the vertical scrolling is not very user friendly, when the code sandbox is embedded in a website which itself has scrollbars. Then scrolling comes in our...