-
Installing from source (or from pip) seems to be borked at the moment.
I don't see where the dependency "src/misaka.c" is coming from---is it
implicitly being generated by setuptools?
```
(blog)mavis…
-
The following LaTeX code enclosed in markdown:
``` HTML
{% markdown %}
$$
\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix} \mathbf{i}&\mathbf{j}&\mathbf{k} \\
\frac{\partial X}{\partial u}&\frac…
-
I'm trying to install hyde on my new Arch installation. Python 3.2.2 is installed as well as pip. When I install, here is my output:
Downloading/unpacking hyde
Real name of requirement hyde is hyde
R…
ghost updated
12 years ago
-
I'm running running into a `TemplateError("Cannot load the markdown library")` when I try to generate a site.
I'm new to Hyde, so it might be how I've set it up. I'm running Windows 7 and I'm using …
-
I'm running running into a `TemplateError("Cannot load the markdown library")` when I try to generate a site.
I'm new to Hyde, so it might be how I've set it up. I'm running Windows 7 and I'm using …
-
The test fails on my system. I can post what it says in a little bit if that would be helpful.
Thanks.
-
I'm trying to write a GitHub OAuth2 backend, and I'm writing it inside an app in my root django directory. I've already tested that django-social-auth works fine with the built-in Google OpenID backen…
agrif updated
13 years ago
-
In `listing.js`, in the loop `{% for res in resource.node.walk_resources_sorted_by_time() %}`, I can successfully display the full file contents (`{{ res.source.read_all() }}`) but it’s unclear how to…
-
The path to the typogrify repository is "hydepy" not the actual "hyde".
-
why is there no `requirements.txt` containing `textile`? `pip install django-typogrify` should pull in textile automatically no?
Imo we should add
setup(
...
install_requires=read_file('r…
ghost updated
13 years ago