SenseiC

Results 7 issues of SenseiC

If you have large numbers of FTP drop boxes you have to interact with (unique data location for every customer case), having the ability to pass the location of the...

Cloned the latest code just to make sure not caused by outdated source code: ``` $ xsos -h | grep -E 'Version|ipv6' -6, --ipv6 parse ip addr output for IPv6...

Not 100% certain this constitutes an issue or not... I couldn't determine exactly **how** the code gets the status of the loopback device, but as an example... From the SOS...

Working on some application development (VERY inexperienced with this) that will involve ports (C application interaction). The example I've played with I got from the example I found here: http://www.kazmier.com/computer/port-howto/...

feature

Trying to do Erlang development with the RabbitMQ Erlang Client. To do that requires including header files: -include("amqp_client.hrl"). (http://www.rabbitmq.com/erlang-client-user-guide.html#headers) and, of course, THAT file contains some include_lib statements: -include_lib("rabbit_common/include/rabbit.hrl"). -include_lib("rabbit_common/include/rabbit_framing.hrl")....

Minor annoyance. If you click on the Extract CSV button for a graph, it exports the data, but separates the values with a semicolon ( ";" ) and not a...

enhancement
up-for-grabs

Under the heading [How the One-File Program Works](http://pyinstaller.readthedocs.io/en/stable/operating-mode.html?highlight=tmp#how-the-one-file-program-works) the documentation contains the following, rather misleading, statement: > (In Linux and related systems, it is possible to mount the /tmp folder...

area:documentation
pull-request wanted