Mark Crossley

Results 14 comments of Mark Crossley

Is this feature likely to get implemented? It is really slowing down VSC for me when scanning module folders.

OK, figured it out! ``` object.filter(function (add) { var diff = add.diffuseLighting() .attr({'lighting-color': 'white'}); var pLight = new SVG.PointLight(20, 20, 60); pLight.attr({ pointsAtX: 20, pointsAtY: 20 }); diff.add(pLight); add.composite(add.source, diff,...

That commit fixes my issue - let it work with any file where you define language to be ini - but the fix has not made it into the released...

I have updated the gauge-data.txt.tmpl file to force the pressure units to mb if WeeWX uses mbar. I think that is the best way of handling this. Could you test...

Thanks, that is a better solution. I'll have a look at doing the same for the other UoM as well if the labels can be localised...

I am working on a more general solution (v. part time) that uses the unit_type rather than the labels for all the UoM values passed to the gauges. As has...

This should be in the v2.15.16 update 31 Oct 16

I'm having the same issue with Framework 4.8.0 running on Raspberry Pi OS (32bit) (basically Debian), and mono 6.12.0.182. ``` dlopen TryLoad: /usr/share/CumulusMX/runtimes/linux-arm/native/libe_sqlite3.so thrown: System.DllNotFoundException: dl assembly: type: member:(null) at...

Prior to trying these packages, I just used the sqlite3.dll (x86 for Windows - download direct from www.sqlite.org), with the sqlite-net wrapper file SQLite.cs This limited me to 32bit only...

Many implementations of ini file readers allow the # as a comment, I would not remove it. Mute point I know as this repo has been abandoned!