Ben Kuhn
Ben Kuhn
Hey, thanks for making Request Control! It saves me a lot of schlepping URLs to/from the various apps I use for work :) I have a (hopefully) small feature request...
Hi, thanks for making an awesome tool! I'm using pyrseas to auto-generate skeleton db migrations, running dbtoyaml with `--no-privileges`. It would be really helpful if I could stop it from...
Steps to repro (on version 0.3.0, first and fourth lines are the bug): ``` iex(1)> Calliope.render(".foo{attr-id: \"bar\"}") "" iex(2)> Calliope.render(".foo{attr-id-bar: \"bar\"}") "" iex(3)> Calliope.render(".foo{id-bar: \"bar\"}") "" iex(4)> Calliope.render(".foo(attr-id= \"bar\")") ""...