Neil Lyons

Results 3 comments of Neil Lyons

I'm on Ubuntu 11.10. I managed to install audiolab by first locating the libsndfile.so file then symlinking it to /usr/local/lib/libsndfile.so ## Locate file ``` locate libsndfile /usr/lib/i386-linux-gnu/libsndfile.so.1 /usr/lib/i386-linux-gnu/libsndfile.so.1.0.24 /usr/share/doc/libsndfile1 /usr/share/doc/libsndfile1/changelog.Debian.gz...

I'm not sure if @idan is using this repo anymore. There appears to be a Flask version of this site called gistio.py in the same repo which contains an extra...

Configuring the ordering on the parent model sounds good 👍 Here is a workaround that uses a redirect if anyone is interested. ```python # views.py from wagtail.admin.views.pages.listing import index as...