Results 13 issues of Ted W.

Hello, I've created a python 3.5.1 virtualenv inside of my clone of the scudcloud repository. While inside of the virtualenv I've downloaded the source for PyQt4 and SIP and built...

Terraform support importing existing resources in to the TF state file by way of the `terraform import` command. [Typical usage](https://www.terraform.io/docs/import/usage.html) looks like this: 1. Create resource that represents existing resource....

feature

``` Vagrant.configure("2") do |config| config.vm.define "machine1" do |config| config.vm.provider :digital_ocean do |provider, override| override.ssh.private_key_path = File.expand_path("~/.ssh/id_rsa") override.vm.box = 'digital_ocean' override.vm.box_url = 'https://github.com/devopsgroup-io/vagrant-digitalocean/raw/master/box/digital_ocean.box' provider_token = ENV['DO_TOKEN'] provider.image = 'ubuntu-17-04-x86' provider.region =...

I'm using flrig as the common interface point for cat control of my IC-746Pro. As best I can tell, pat does not support FLRig directly but it does support rigctld...

bug

Attempting to run: ``` $ ansible-playbook -i inventory/hosts setup.yml --tags=install-all,ensure-matrix-users-created,start -K ``` Hangs indefinitely at `TASK [Gathering Facts]` with no explanation or output, [even with `verbosity: 7`](https://gist.github.com/tedwardd/c18fa46afe2efd7f878cb99e2017cbe5) ```yaml # inventory/hosts...

bug

Server is set up using the matrix-docker-ansible-deploy project. The appservice-discord is enabled through this as well. The bot is setup and configured on the Discord side and has successfully been...

As best I can tell, bladebit has some kind of bug where it's unable to use temp storage formatted in ZFS. My tests run as follows: ``` ./bladebit -v -t...

Add support for secure password storage in system keyring. Addresses #20 First pass just adds keyring support for Lemmy but it's a repeatable pattern. Might be better to consolidate in...

Right now neonmodem sorts by "new". This is fine, and probably necessary when viewing multiple systems at once, but it would be nice if we could detect (or hard code)...

enhancement
help wanted
good first issue

The command as currently shown in the example does not work. Hummingbot crashes without a pseudo-TTY. Adding `-t` at a minimum fixes this. Adding `-i` to keep STDIN open, even...