Joep Admiraal

Results 24 comments of Joep Admiraal

Maybe [Mallet](https://github.com/SensePost/Mallet) or [Mallory](https://bitbucket.org/IntrepidusGroup/mallory/src/default/) can do the trick? I would love to do some tests myself but the doorbell is not available in the Netherlands yet.

I think I have the same error in Ubuntu 17.04: ``` GLib.FileError: Failed to open file “/proc/0/cmdline”: No such file or directory Stack trace: detectHDDTemp@/home/joep/.local/share/gnome-shell/extensions/temperature@xtranophilist/utilities.js:51:23 SensorsPrefsWidget

Hi, thanks for responding. Yes, the C program above is a minimal example to demonstrate the issue. My actual program does read from stdin and write to stdout.

The example does not read on stdin. The commented out code was left over from a test I did. The blocking happens with the row above `statusChan := testCmd.StartWithStdin(rt)` I...

Ok, but doesn't that make it impossible to detect whether a program has stopped? If I want to stop the program from the Go code I can send the EOF...

I had a look at what exec.Cmd has to offer and it seems they have something called `StdinPipe` which can be used to solve the problem. I've updated my [demo...

I have Ubuntu 12.04.5 LTS with Apache/2.2.22 and ran the script as zabbix user. I also receive ZBX_NOTSUPPORTED.

A related improvement would be to allow new images to be placed above existing images. For example: I have a navigation list with items. When I click on a item...

The lazyLoad is almost what I want. Only that that won't preload the images from the carousel right? So what I actually would like is a lazyLoad with preload :-)

Another solution for me would be to use a lifo queue, splitted by priority. I then can add my first image of an item with priority1, and the other images...