Adam McDaniel

Results 12 comments of Adam McDaniel

> I've got a work in progress theme for vim using the https://github.com/lifepillar/vim-colortemplate toolkit plugin. > > @nealmckee Would you prefer a pull request, or just share the .vim file...

> > ... But first, we need to implement the motion sensor :) I thought I'd take a whack at adding in the BMA421 sensor support, using the heartrate controller/task/service...

> The example watch faces obviously contain ino files meant for Arduino IDE - but you can't do much here. I don't even see an option to change the city....

Interesting ... I initially tested esp32-wifi-manager in my application using MacOS's captive portal/registration, and never encountered the problem. Tried it using my Android 11 phone today and do encounter it....

I too have this issue happening intermittently. Source is 2017 Macbook Pro running Mojave, Dest is mid-2010 iMac running High Sierra. Both instances are running teleport 1.3.3 released Jan 5....

Totally aligns with what i'm seeing, @hyperjeff . ... I have a theory that this issue is related to the Bonjour discovery layer which allows teleport to determine the IP,...

I think i found a smoking gun... and a way for it to consistently work on my side. Here's my setup. ``` 192.168.2.2 192.168.0.31 ,------- imac2010 --------, [switch1] \ `--------...

Thinking about this further, I actually think the issue is in the Encryption handler layer. Regardless of what line 278 returns, encryption should still work. The problem may be in...

Oops, Github escaped by backslashes :) .. Obviously I meant "\\iw" and "{Visual}\\" respectively.

Certainly language requirements dictate comment structure, but also personal coding style can avoid the need for partial line comments. To give you a specific example in C++, I was debugging...