polarblau

Results 22 comments of polarblau

Similar problem here on OS X: (erb):167:in `concat`: incompatible character encodings: ASCII-8BIT and UTF-8 (Encoding::CompatibilityError) from (erb):167:in `generate_index'`

Yep, got me confused there for a sec ;) — Ruby is 1.9.2p136 .

Problem seems to persist after update to 0.3.5. Here are the gems in question: ``` abstract (1.0.0) actionmailer (3.0.5, 3.0.0) actionpack (3.0.5, 3.0.0) activemodel (3.0.5, 3.0.0) activerecord (3.0.5, 3.0.0) activeresource...

Yes, I'm still getting the error when trying to run `bdoc`. But as mentioned, this is running on **1.9.2** using RVM and a gemset.

Unfortunately this seems to be a regression caused by the implementation for #9.

Better than this work–around would probably be to use a proper form and simply bind the `submit` event, since ENTER will trigger that anyways.

It is also currently possible to show more than one state at the same time when clicking the icon fast.

After reading the code a bit, it seems it’s this `TODO` which would cover this case: https://github.com/jlong/serve/blob/master/lib/serve/router.rb#L28

Thanks for the hint! Definitely worth having a look. Let's see where this leads. And not being a big fan of w3schools, here's a link to w3c's wiki as well:...