seladb
seladb
Yes this is indeed a bug, let me see what I can do
Apparently there is a bug in ApexCharts (the charts library I'm using): https://github.com/apexcharts/apexcharts.js/issues/1260 An easy workaround would be to disable the `autoScaleYaxis` property, but when doing so the scale doesn't...
I agree, let's give it a day or two. Otherwise I'll make the (ugly) workaround. Apart from this bug, I'm basically ready to deploy version 2.0 😃 It's definitely better...
I made the workaround of disabling `autoScaleYaxis` if more than 1 repo is presented. Please let me know if you prefer to keep the issue open or close it
@Byron @theMasix I'm really sorry for the late response. You're right, that's a good idea! We can also let the user choose between not displaying anything and displaying the successfully...
I'm not sure why it fails in CI on VS 2017/2019. In my local machine things are working fine...
The build is still failing. Any idea why? It works well on my local machine...
@Croydon I figured out what the problem was: when running something that needs WinPcap you need `wpcap.dll` and `Packet.dll` to be installed or present. The library we're linking with is...
> Good to know what the problem is, but adding libraries directly to the test_package is not a solution > > Why are those libraries only missing on Windows? Should...
@Croydon can you please advise on how we can move forward with this PR?