Nick Zavaritsky
Nick Zavaritsky
Backend to produce a self-descriptive bytecode format, to be converted to text on client side. This will enable: * better constants display (currently: `FNEW 0 0 ; :1`); * branch...
A little feature request here: it would be great if it was possible to validate a class passed via function parameter using issubclass().
Tags are shown in urlize form in taxonomies, changes spaces to dashes and turns everything lowercase
I like to use tags with spaces; also capitalisation matters. A fix as per Hugo [docs](https://gohugo.io/templates/taxonomy-templates/#example-list-all-site-tags): ```diff diff --git a/themes/codex/layouts/partials/browse-by-tag.html b/themes/codex/layouts/partials/browse-by-tag.html index 65a3550..5990af7 100644 --- a/themes/codex/layouts/partials/browse-by-tag.html +++ b/themes/codex/layouts/partials/browse-by-tag.html @@ -1,7...