Rick Bassham

Results 10 comments of Rick Bassham

That folder can be sourced from https://github.com/rickbassham/two-factor. Or, if you don't need two factor authentication, just remove the references to it.

Hmm. What version of KStars are you running?

I haven't been able to reproduce this locally, using the same versions. Can you try refreshing the page after a failed capture, then doing another capture? Even just the camera...

I was finally able to reproduce it, and pretty sure I fixed it. Can you give it a try? Also added several new things to the app.

This is not included in the PPA, so apt-get won't update it. Go to the location where you cloned the source originally, and run this: ``` git pull docker build...

Hey Pablo, I haven't used this code in a while, so Tesla may have modified it. Looking at someone else's [ruby code](https://github.com/timdorr/tesla-api/blob/master/lib/tesla_api/stream.rb) ```ruby def streaming_connect_message { msg_type: 'data:subscribe', token: Base64.strict_encode64("#{email}:#{self['tokens'].first}"),...

I'm running it in a docker container running ubuntu. Relevant dockerfile: https://github.com/rickbassham/indi-qt-test/blob/main/.devcontainer/Dockerfile

Thanks for the PR! I'll take a look at it over the next couple of days. I wasn't sure if anyone was actually using this or not. :)