umläute
umläute
Here's what I do: 1. build Servus as a *static* library with ` -DCOMMON_LIBRARY_TYPE=STATIC` - on macOS this uses the default DNS-SD installation - on Linux, this uses the *installed*...
on un*x-systems, `cmake --install` will install to `/usr` by default. i think this is really harmful, as the expected place is `/usr/local`, and on typical Linux distributions `/usr` is reserved...
the port information is stored in 'servus_port' (as a string), but is returned as an `unsigned short` by `Servus::getPort()`. Closes: https://github.com/HBPVIS/Servus/issues/109
now that i've started digging into Servus, it turns out that you cannot discover the `port` of a service. e.g. in avahi.h, the `uint16_t` field which [denotes the service port](https://www.avahi.org/doxygen/html/lookup_8h.html#a0b7bac822388d7c8197cbdc482e58523)...
I just tried using *Servus* as a `git submodule`, but CMake happily refuses to configure with: ``` CMake Error: Could not open file for write in copy operation .../Servus/.git/hooks/pre-commit.tmp CMake...
it would be very nice if there was support for communicating with bluetooth devices. i'm specifically interested in general purpose communication (which boils down to using bluetooth's serial port profile)....
e.g. the following should open `project.mmp`: ``` java -jar Editor/CrossPlatformJava/MobMuPlatEditor.jar /path/to/project.mmp ```
it would be super-nice if the Editor - when loading a new MMP-project - would send some message to the PdWrapper that opens up the abstraction specified in the MMP-project...
after enabling the plugin, i can no longer manage any plugins, even though i am supposed to be administrator: ```php $amp_role_assignment = array( 'Administrator' => array( 'me', ), ); ```...
php is not Python, and the indentation is meaningless for code-blocks... thus the snippet ```php if ($foo) foreach ($x as $a => $b) if ($yikes) doit; elseif ($bar) somethingelse; ```...