Ryan McGuire
Ryan McGuire
Rafe Kettler contributed an XML version of a wordpress importer. We should merge this into the existing wordpress2blogofile.py and give a nice command line argparser to make it more convenient....
Introduce a step in blog post parsing that md5/sha hashes the post and loads a preparsed Post object if the hash is unchanged. Can this speed up rendering of large...
The auto permalink generation does not take into account explict post slugs.
Mobile app
Is there a roadmap for a mobile friendly version of Laverna? It's not unusable on mobile, but I think a lot more can be done. I'm thinking [Apache Cordova](http://cordova.apache.org/) might...
I'm reading chapter 7 and it has this very nice example of a circle function, with the chapter sub-heading of *For your toolbox*. This is implying to me that I...
I'm really glad I stumbled onto your blog and this code! Do you think it would be possible to make the VPC part optional? That way, when I'm just playing...
This is so cool!
In my version of Emacs (28.2) `image-compute-scaling-factor` takes one required argument: `scaling`: ``` (defun image-compute-scaling-factor (scaling) ...) ``` However, meme.el does not specify this argument, so it fails with: ```...
I am building on Arch Linux on Xorg/X11 with partial success. The plugin is working for audio, however only by using the Host controls. If you attempt to open the...