Tyler Hunt

Results 13 comments of Tyler Hunt

For what it's worth, you can use `rigctl` from [Hamlib](https://hamlib.github.io) to test PTT. The command `T` sets the PTT. Use `1` for on and `0` for off: ``` $> rigctl...

Just ran into this issue myself.

FWIW, I ran into this same issue today trying to set up a Hypernova server based on my Rails `webpacker` configuration, although the error message was slightly different: ``` TypeError:...

It looks like `Gemfile.lock` wasn't updated. If you just run `bundle` on the command line that will update the lock file and should solve your issue.

I really don't know much about Windows, but try adding this line to your `Gemfile`: ``` gem 'hpricot', :platforms => [:mswin, :mingw] ```

What's the status on removing the required input validation? Would a PR be welcome at this point?

I'm having the same issue. I've verified that Portainer is able to access the repository. The same `docker-compose.yml` file works fine when pasted into the editor.

This seems to be related to the `AlbumArtist` column in particular. If results sometimes show up by reducing the number of results, then it could be there are particular albums...