sturgman

Results 6 comments of sturgman

This may be obvious to some, but it wasn't obvious to me so I will put it here in case it can help someone. I noticed the problem when I...

Late to this but here are some thoughts/ideas (brainstorm, so some might be a little crazy): * It might be that not many people are doing custom visualization/rendering in elm,...

I gave myself a challenge of diagnosing this bug and attempting a fix. I have tracked it down to `VirtualDom.Styled` and in particular the following functions: `unstyle`, `unstyleKeyed`, `accumulateStyledHtml`, and...

I did textTransform and its values since I identified that one as a very easy one and I am a total beginner on this stuff. I did: - textTransform -...

I can work on: - `textRendering` [305] and its values `optimizeSpeed` [206], `optimizeLegibility` [205], and `geometricPrecision` [140]. It seems that `auto` is already implemented. - `textOrientation` [303] and its values...

I see something similar to @GitHubRulesOK above except I am stuck in not collating. Is there a way to switch the default? How did you do it @GitHubRulesOK ?