Aaron C. de Bruyn
Aaron C. de Bruyn
It would be a handy feature to be able to call `python manage.py rqinfo` along with the other commands...
Not sure what distro you are using, but I ended up having to remove the v4l2loopback-dkms module, clone and manually compile https://github.com/umlaeute/v4l2loopback, then manually compile obs-v4l2sink. On Debian-based distros, it...
I'm guessing he's talking about linked zfs clones. i.e. create a VM, install an OS, shut down the VM, snapshot, then ```zfs clone data/virt/vm-100-disk-0@snap data/virt/vm-101-disk-0```. Repeat for however many identical...
I see it. I'll get PR up in a few minutes for testing.
Totally borked under 1.7 for me. Ended up pulling it out entirely. I tweaked heroku-buildpack-bower so I could run with '--allow-root' (https://github.com/darkpixel/heroku-buildpack-bower) under dokku, then tweaked a few settings like...
Newer versions of django include something like this in the autogenerated settings.py: ``` import os PROJECT_PATH = os.path.dirname(os.path.abspath(__file__)) ```
The issue appears to be different vendor firewalls (ufw, shorewall, etc...) blowing away the docker config.
LOL: https://monitor.gitlab.net/dashboard/db/github-importer
I think a new bug needs to be opened "Switching to GitLab" and then developers can reference that bug in commits for things like updating the README, etc...