Robert Drake
Robert Drake
I wrote the dlink module a long time ago. I specifically was targetting the 3526/3550 line so I believe it should work with your gear. I just checked and I...
I think the problems you're facing is because the volume mount - "./librenms:/data" normally shares data between the different docker containers. My guess is that there are certain variables that...
I was looking at this code to see why it was using mktemp, but it looks like it has a couple of issues: ``` strncpy(fntemp, "/tmp/ozwcp.topo.XXXXXX", sizeof(fntemp)); fn = mktemp(fntemp);...
I ran this test with perl v5.28.1 (ubuntu 19.04) and Devel::Cover 1.33 and it seems to be working. This may mean that it was fixed sometime in the last few...
In some cases I suspect you could use really specific rm to make sure a value doesn't exist before insert/set. Something like `rm /files/descendant-or-self::*/statement[. = 'hello']/morespecificthing[. = 'this']` Then you...
I know this is coming from an outsiders point of view, but that contributors agreement seems impossible to get through even tiny companies. The need for a notary alone would...
I'm going to try to make a public repo with a baseline config that reproduces the issue. I'll post here with links to the repo if I can get it...
It appears to not be caused by ubuntu-runner, but somewhere in our dependencies or some other aspect of our project. Here is what I've been able to figure out so...
I'm closing this since I don't believe it's an ubuntu-runner issue. If anyone has any hints about what might fix it please let me know. Our current plan is to...
I believe this is where the problem is (from https://yolandaqingniu.github.io/en/flow/ble_scale_custom_connect.html) ``` Our scale uses two sets of services, and one device will only contain one set. The APP needs to...