Michael Wagner
Michael Wagner
When using [LuckyHTML](https://luckyframework.github.io/lucky/Lucky/HTMLBuilder.html), I've noticed you don't need to run [`HTML.escape`](https://crystal-lang.org/api/1.8.2/HTML.html#escape%28string%3AString%29%3AString-class-method), as it does this for you behind the scenes (#9). Normally, this would make sense to do on everything:...
`Lucky::FormHelpers#form_method` should be a _public_ method (instead of _private_), if you're choosing to forgo `form_for` and need to create the form manually.
## Bug Report First discovered in [lexbor](https://github.com/kostya/lexbor) shard when trying out interpreter, these Lib bindings fail to run: ```crystal # src/lexbor/lib.cr type TokenAttrT = TokenAttr* type HtmlTokenT = HtmlToken* ```...
I was thinking about this recently, but we only have _some_ of the shards include their `crystal docs` pages in their READMEs, but really we should have them accessible on...