Max Schettler
Max Schettler
The file type is python. `:set iskeyword` returns `iskeyword=@,48-57,_,192-255`
I would also like to have documentation for the protocol which is used, I'm looking into creating hardware based clients for a multi-room playback system and for those I'd have...
That is true. However, I still think the inconsistency is worth addressing. Which timezones currently exist can change, and it is also conceivable to have data at a time offset...
Sorry if Im not using the correct terminology, I`ll refer to the Users Public Key (used for friendrequests) as UUID and for a devices DHT-ID as ID. Id prefer a...
I would like to see support for both solutions A "supernode" mode which one can use as a proxy to the tox network and full nodes with the same UUID...
It would be an alternate client. If you will, the standard clients are also servers and the clients are the users themselves. I do not see how this would change...
I think the difference is, that in contrast to XMPP and E-Mail every user runs a server instead of his provider (you can do that with the other services, too,...
You're right, I call catkin_make_isolated. The second run does not invoke the std_msgs cmake again, only for rosgraph_msgs. Calling it with --force-cmake though did not fix the problem, I still...
I changed it to: ``` cmake_minimum_required(VERSION 2.8.3) project(rosgraph_msgs) find_package(catkin REQUIRED COMPONENTS message_generation std_msgs) message(foo) add_message_files(DIRECTORY msg FILES Clock.msg Log.msg TopicStatistics.msg) generate_messages(DEPENDENCIES std_msgs) catkin_package(CATKIN_DEPENDS message_runtime std_msgs) ```
Okay, the bug is not too annoying anyway, at least now I know its reason.