Dr.MagPie
Dr.MagPie
It would be great if these tools had native integration
Hi @pierrechevalier83, I have encountered issue of iBOM not working for any browser. issue lies in this regex check on lines 3020 - 3021 ```js document.getElementById("github-link").innerHTML = "InteractiveHtmlBom " + /^v\d+\.\d+/.exec(pcbdata.ibom_version)[0];...
oh... I could have noticed it my self, 🤦🏼♂️ Thank you. it works :)
Partially covered by #295
Anything going on here?
Actually locoing at code .... well it does not matter where thumbnail is located. It literally can be any valid url. so mostly it's a matter of cleaning up ```yaml...
yeah I will agree with what @heinwessels said. it would be grate to have it look consistently across browsers firefox safari besides that, from functional point it looks great
I believe that's for @Conor12345 to decide. As he is a "story" owner.
This probably was caused by spider css calculations. which were updated, and in current implementation are not calculated while spider is offscreen.
In that case we should explore is it possible to load those images asynchronously.