Jarkko Sonninen

Results 5 issues of Jarkko Sonninen

I have a augeas recipe javaconf.aug ``` set /augeas/load/xml/lens Properties.lns set /augeas/load/xml/incl /java.properties set /augeas/save overwrite load set /files/java.properties/JAVA_HOME '/usr/lib/jvm/java' save errors ``` and a file java.properties ``` JAVA_HOME=foobar ```...

I got read timeout in 'Trimming frequency ' with device STC15L104W Without options. Shouldn't it detect this device ? ``` $ stcgal -D main.ihx Waiting for MCU, please cycle power:

Changing position to "absolute" helped for me if (!this.hasSameParent) { // We cannot rely on the element position, need to position relative to the window //element.css("position", "fixed"); element.css("position", "absolute"); var...

There was a link in https://programmersought.com/article/80046040945/ to https://download.csdn.net/download/weixin_42157664/13073716 Would you download the PCB file and add to this repository, please ? I am not able to download them. I would...

If monit is used as **init** process in docker, it does not reap extra zombie processes created by services. It would be nice, if it did so. Example Dockerfile: ```...