Ed Davison

Results 45 comments of Ed Davison

I don't see how putting the default value in the model is the answer. You already have a "default value" for when the user did not enter any data with...

I would also like to see this feature. I found this extension because "Window List" broke for some reason and I really like this extension save this one key feature....

I think I can try a different URL. What is needed?

watching; have same problem and the code update from darkag also fixed my import error

Yes, these are on different machines with IP connectivity between them. ``` root@ubusdm16:~# grep bedrock /etc/hosts 10.211.1.7 bedrock2 10.211.1.19 bedrock1 ``` Node 1: ``` 14433 ? Ssl 0:00 /usr/sbin/bedrock -fork...

Another log entry that seems relevant that I missed in the original posting: ``` Jan 3 09:11:35 ubusdm16 bedrock: xxxxx (STCPNode.cpp:118) postSelect [write0] [warn] {bedrock2} Incoming connection failed from '10.211.1.19:36990'...

Well, that is not quite right. I actually used the IP address directly in the `-peerList` as opposed to the nodename (resolving to DNS). I will change that and see...

Looks like changing the `-peerList` from IP to DNS name fixed the issue: ``` Jan 3 14:43:57 ubusdm16 bedrock: xxxxx (SQLiteNode.cpp:2202) _onConnect [write0] [info] {bedrock2/SEARCHING} ->{bedrock1} Sending LOGIN Jan 3...

I see; that makes sense. Docs could state this more clearly, for sure. So, to summarize: the node that is trying to connect will announce itself as `-nodename xxx` and...