Richard Feldman

Results 165 issues of Richard Feldman

It's possible that Atomic CSS-style output (each declaration gets its own classname) would be better than doing hashed classes. It's not clear if this is a good idea, but it...

question

I've been going around asking various people "If `elm-css` had One Way to Do It," what should that one way be? A major part of the motivation for this question...

Avoid generating more than 65536 rules in a single `` element. This is [apparently the maximum allowed by a single ``](https://github.com/threepointone/glamor/issues/1#issuecomment-343765873).

The example should show how to display the validation messages too!

enhancement

Need to do this! - [ ] `elm-test` - [ ] `elm-format --validate src/ && elm-format --validate examples/` - [ ] `elm-verify-examples`

enhancement

Currently printer-friendliness is serviceable but not great. Some things to work on: - [ ] The outline is visible - [ ] Quit using `container w h midTop` and instead...

Basically, re-enable this: ![screen shot 2015-04-11 at 11 34 52 pm](https://cloud.githubusercontent.com/assets/1094080/7104626/76b49b56-e0a3-11e4-8fba-983fac919521.png) ...but instead of having commented-out code, make it actually work. :smile:

You should be able to drag an image into the body of a chapter. This should convert the image to a `data:` representation and inline it.

enhancement

You just always want the outline scrolled to the end whenever you add a new chapter.

enhancement

To reproduce: press dash-dash Expected: they turn into an em dash Actual: only the second one turns into an em dash

bug