Olivier Croquette

Results 12 issues of Olivier Croquette

- add uninstall instructions - move "configuration" section after "install"

I have made some additions to the Configuration page of the Wiki, it would be great if you could integrate them the official wiki repository: https://github.com/ocroquette/logiops-wiki

I apologize if this is the wrong place for this report. In this case I would be grateful to be pointer to a more appropriate one. We have a pretty...

Hello, I am using SetupBuild to package a non-Java application. MSI generation on Windows works well, but on macOS, I get the following error: ``` Build file '/Users/.../build.gradle' line: 147...

enhancement

I have a new host that is available both with IPv4 and IPv6. If I use the host name in the configuration, I get the error "EACCES (Permission denied)" when...

question

The standard C types like uint64_t are apparently supported out of the box by pyclibrary, but not size_t. Workarounds for a 64bit DLL: ``` parser.add_def("types", "size_t", pyclibrary.c_parser.Type("uint64_t")) ```` or use...

I get the following error when calling one of my functions: ``` Traceback (most recent call last): File "", line 1, in File "python-3.7.2.amd64\lib\site-packages\pyclibrary\c_library.py", line 230, in __getattr__ obj =...

I use udev-media-automount to mount external devices in a media server running Debian and UMS. It works great with mass storage devices like hard drives and USB sticks. Now I...

Cherry-pick commit previously merged on master

First, thanks a lot for this great program. I have been looking for a while for a tool that allows to explore energy and resource relating time-series saved as CSV...

feature